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