summaryrefslogtreecommitdiff
path: root/xtests/tst-pam_access4.sh
blob: 4538df43d690ab9970a1826d4621701e0513f68d (plain)
1
2
3
4
5
6
7
#!/bin/sh

/usr/sbin/useradd -p '!!' tstpamaccess4
./tst-pam_access4
RET=$?
/usr/sbin/userdel -r tstpamaccess4 2> /dev/null
exit $RET