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

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