summaryrefslogtreecommitdiffstats
path: root/test/imode/empty_lines.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/imode/empty_lines.exp')
-rw-r--r--test/imode/empty_lines.exp26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/imode/empty_lines.exp b/test/imode/empty_lines.exp
deleted file mode 100644
index c5fdb77..0000000
--- a/test/imode/empty_lines.exp
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/usr/bin/expect -f
-
-set timeout 1
-
-expect_after {
- timeout { exit -1 }
-}
-
-set LMI lmi
-if {[info exists env(LMI)]} {
- set LMI $env(LMI)
-}
-spawn {*}$LMI
-expect "lmi> "
-send "\r"
-expect "lmi> "
-send "\r"
-expect "lmi> "
-send " \r"
-expect "lmi> "
-send " : pwd\r"
-expect "/lmi"
-expect "lmi> "
-send "exit\r"
-catch wait result
-exit [lindex $result 3]