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