summaryrefslogtreecommitdiff
path: root/Linux-PAM/xtests/tst-pam_access1.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Linux-PAM/xtests/tst-pam_access1.sh')
-rwxr-xr-xLinux-PAM/xtests/tst-pam_access1.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/Linux-PAM/xtests/tst-pam_access1.sh b/Linux-PAM/xtests/tst-pam_access1.sh
index 48d8cb3e..180d2563 100755
--- a/Linux-PAM/xtests/tst-pam_access1.sh
+++ b/Linux-PAM/xtests/tst-pam_access1.sh
@@ -1,9 +1,9 @@
#!/bin/bash
-/usr/sbin/groupadd -p '!!' tstpamaccess
-/usr/sbin/useradd -G tstpamaccess -p '!!' tstpamaccess
+/usr/sbin/groupadd tstpamaccess
+/usr/sbin/useradd -G tstpamaccess -p '!!' tstpamaccess1
./tst-pam_access1
RET=$?
-/usr/sbin/userdel -r tstpamaccess 2> /dev/null
+/usr/sbin/userdel -r tstpamaccess1 2> /dev/null
/usr/sbin/groupdel tstpamaccess 2> /dev/null
exit $RET