diff options
Diffstat (limited to 'xtests/tst-pam_access3.sh')
-rwxr-xr-x | xtests/tst-pam_access3.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xtests/tst-pam_access3.sh b/xtests/tst-pam_access3.sh new file mode 100755 index 0000000..3630e2e --- /dev/null +++ b/xtests/tst-pam_access3.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +/usr/sbin/useradd -p '!!' tstpamaccess3 +./tst-pam_access3 +RET=$? +/usr/sbin/userdel -r tstpamaccess3 2> /dev/null +exit $RET |