summaryrefslogtreecommitdiff
path: root/tests/log/lastlog/03_lastlog_format/login.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/log/lastlog/03_lastlog_format/login.exp')
-rwxr-xr-xtests/log/lastlog/03_lastlog_format/login.exp13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/log/lastlog/03_lastlog_format/login.exp b/tests/log/lastlog/03_lastlog_format/login.exp
deleted file mode 100755
index c8866d92..00000000
--- a/tests/log/lastlog/03_lastlog_format/login.exp
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/expect
-
-set timeout 2
-expect_after default {puts "\nFAIL"; exit 1}
-
-spawn /bin/bash
-expect "# "
-
-send "login -f foo\r"
-expect "$ "
-
-send "exit\r"
-exit 0