#!/bin/bash # Author: Iain Douglas echo "Running $0 gpasswd tests" echo "Add a user to testgroup and create /etc/gshadow" gpasswd -a testshadow testgroup t_CheckExitStatus $?