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

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