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

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