bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

Blame tests/p_shadow-utils/31-gpasswd_tests

Athmane Madjoudj 536354
#!/bin/bash
Athmane Madjoudj 536354
# Author: Iain Douglas <centos@1n6.org.uk>
Christoph Galuschka 06c925
t_Log "Running $0 - gpasswd tests"
Athmane Madjoudj 536354
Athmane Madjoudj 536354
echo "Add a user to testgroup and create /etc/gshadow"
Athmane Madjoudj 536354
gpasswd -a testshadow testgroup
Athmane Madjoudj 536354
t_CheckExitStatus $?