summaryrefslogtreecommitdiff
path: root/tests/usertools/usermod/43_usermod-u_reset_new_faillog_entry/login.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/usertools/usermod/43_usermod-u_reset_new_faillog_entry/login.exp')
-rwxr-xr-xtests/usertools/usermod/43_usermod-u_reset_new_faillog_entry/login.exp17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/usertools/usermod/43_usermod-u_reset_new_faillog_entry/login.exp b/tests/usertools/usermod/43_usermod-u_reset_new_faillog_entry/login.exp
deleted file mode 100755
index bb91e57c..00000000
--- a/tests/usertools/usermod/43_usermod-u_reset_new_faillog_entry/login.exp
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/expect
-
-set timeout 5
-expect_after default {puts "\nFAIL"; exit 1}
-
-spawn /bin/bash
-expect "# "
-
-send "login foo\r"
-expect "Password: "
-sleep 0.1
-send "badpass\r"
-send_user "\n# password 'badpass' sent\n\n"
-expect "login: "
-
-send "exit\r"
-exit 0