diff options
author | Steve Langasek <vorlon@debian.org> | 2014-01-16 00:38:42 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2014-01-16 00:38:42 +0000 |
commit | 60fe4501b4194949d3117a937abdfa90d3f138e9 (patch) | |
tree | 212a6a00baa11e9d0ca7bc27b12420d1dce6f07c /xtests/tst-pam_unix1.sh | |
download | pam-60fe4501b4194949d3117a937abdfa90d3f138e9.tar.gz pam-60fe4501b4194949d3117a937abdfa90d3f138e9.tar.bz2 pam-60fe4501b4194949d3117a937abdfa90d3f138e9.zip |
Import pam_1.1.8.orig.tar.gz
[dgit import orig pam_1.1.8.orig.tar.gz]
Diffstat (limited to 'xtests/tst-pam_unix1.sh')
-rwxr-xr-x | xtests/tst-pam_unix1.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xtests/tst-pam_unix1.sh b/xtests/tst-pam_unix1.sh new file mode 100755 index 00000000..f75bd842 --- /dev/null +++ b/xtests/tst-pam_unix1.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +/usr/sbin/useradd -p '!!' tstpamunix +./tst-pam_unix1 +RET=$? +/usr/sbin/userdel -r tstpamunix 2> /dev/null +exit $RET |