summaryrefslogtreecommitdiff
path: root/Linux-PAM/xtests/tst-pam_access1.sh
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 16:26:05 -0800
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:26:38 -0800
commit9c52e721044e7501c3d4567b36d222dc7326224a (patch)
tree9011790770130c60a712a6f125ad50d60e07cc74 /Linux-PAM/xtests/tst-pam_access1.sh
parent9727ff2a3fa0e94a42b34a579027bacf4146d571 (diff)
parent186ff16e8d12ff15d518000c17f115ccab5275a4 (diff)
New upstream version 1.0.1
Diffstat (limited to 'Linux-PAM/xtests/tst-pam_access1.sh')
-rwxr-xr-xLinux-PAM/xtests/tst-pam_access1.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/Linux-PAM/xtests/tst-pam_access1.sh b/Linux-PAM/xtests/tst-pam_access1.sh
deleted file mode 100755
index 180d2563..00000000
--- a/Linux-PAM/xtests/tst-pam_access1.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-/usr/sbin/groupadd tstpamaccess
-/usr/sbin/useradd -G tstpamaccess -p '!!' tstpamaccess1
-./tst-pam_access1
-RET=$?
-/usr/sbin/userdel -r tstpamaccess1 2> /dev/null
-/usr/sbin/groupdel tstpamaccess 2> /dev/null
-exit $RET