bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

Blame tests/p_shadow-utils/32-groupmems_tests

Athmane Madjoudj 536354
#!/bin/bash
Athmane Madjoudj 536354
# Author: Iain Douglas <centos@1n6.org.uk>
Athmane Madjoudj 536354
[ $centos_ver == '5'  ] && exit
Christoph Galuschka 06c925
t_Log "Running $0 - group add tests"
Athmane Madjoudj 536354
Athmane Madjoudj 536354
echo "Simple groupmems test"
Athmane Madjoudj 536354
groupmems -g testgroup -l | grep -q "testshadow"
Athmane Madjoudj 536354
t_CheckExitStatus $?