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