summaryrefslogtreecommitdiff
path: root/tests/log/lastlog/17_lastlog-t/login.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/log/lastlog/17_lastlog-t/login.exp')
-rwxr-xr-xtests/log/lastlog/17_lastlog-t/login.exp19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/log/lastlog/17_lastlog-t/login.exp b/tests/log/lastlog/17_lastlog-t/login.exp
deleted file mode 100755
index a0052334..00000000
--- a/tests/log/lastlog/17_lastlog-t/login.exp
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/expect
-
-if {$argc == 1} {
- set user [lindex $argv 0]
-} else {
- set user "foo"
-}
-
-set timeout 2
-expect_after default {puts "\nFAIL"; exit 1}
-
-spawn /bin/bash
-expect "# "
-
-send "login -p -f $user\r"
-expect "$ "
-
-send "exit\r"
-exit 0