aboutsummaryrefslogtreecommitdiff
path: root/xtests/tst-pam_unix1.sh
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2020-12-27 22:05:13 -0800
committerSteve Langasek <vorlon@debian.org>2020-12-27 22:05:13 -0800
commitea04efa24985743014da9dd22c0581cbaef82ede (patch)
treedcbd0efb229b17f696f7195671f05b354b4f70fc /xtests/tst-pam_unix1.sh
downloadpam-ea04efa24985743014da9dd22c0581cbaef82ede.tar.gz
pam-ea04efa24985743014da9dd22c0581cbaef82ede.tar.bz2
pam-ea04efa24985743014da9dd22c0581cbaef82ede.zip
Import pam_1.4.0.orig.tar.xz
[dgit import orig pam_1.4.0.orig.tar.xz]
Diffstat (limited to 'xtests/tst-pam_unix1.sh')
-rwxr-xr-xxtests/tst-pam_unix1.sh7
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..72deac0d
--- /dev/null
+++ b/xtests/tst-pam_unix1.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+/usr/sbin/useradd -p '!!' tstpamunix
+./tst-pam_unix1
+RET=$?
+/usr/sbin/userdel -r tstpamunix 2> /dev/null
+exit $RET