summaryrefslogtreecommitdiffstats
path: root/test/imode/eof.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/imode/eof.exp')
-rw-r--r--test/imode/eof.exp21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/imode/eof.exp b/test/imode/eof.exp
deleted file mode 100644
index 56187ec..0000000
--- a/test/imode/eof.exp
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/usr/bin/expect -f
-
-set timeout 1
-
-expect_after {
- timeout { exit -1 }
-}
-
-spawn lmi
-expect "lmi> "
-if {[llength $argv] > 0} {
- send "[lindex $argv 0]\r"
- expect {
- timeout { exit -2 }
- "[lindex $argv 1]"
- }
- expect "lmi> "
-}
-close
-catch wait result
-exit [lindex $result 3]