summaryrefslogtreecommitdiff
path: root/xtests/tst-pam_access4.sh
diff options
context:
space:
mode:
Diffstat (limited to 'xtests/tst-pam_access4.sh')
-rwxr-xr-xxtests/tst-pam_access4.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/xtests/tst-pam_access4.sh b/xtests/tst-pam_access4.sh
index 58bf260d..61e7b448 100755
--- a/xtests/tst-pam_access4.sh
+++ b/xtests/tst-pam_access4.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-/usr/sbin/useradd -p '!!' tstpamaccess
+/usr/sbin/useradd -p '!!' tstpamaccess4
./tst-pam_access4
RET=$?
-/usr/sbin/userdel -r tstpamaccess 2> /dev/null
+/usr/sbin/userdel -r tstpamaccess4 2> /dev/null
exit $RET