summaryrefslogtreecommitdiff
path: root/test/config/default.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/config/default.exp')
-rw-r--r--test/config/default.exp21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/config/default.exp b/test/config/default.exp
deleted file mode 100644
index 246499b4..00000000
--- a/test/config/default.exp
+++ /dev/null
@@ -1,21 +0,0 @@
-# Set default expect fallback routines
-expect_after {
- eof {
- if {[info exists test]} {
- fail "$test at eof"
- } elseif {[info level] > 0} {
- fail "[info level 1] at eof"
- } else {
- fail "eof"
- }
- }
- timeout {
- if {[info exists test]} {
- fail "$test at timeout"
- } elseif {[info level] > 0} {
- fail "[info level 1] at timeout"
- } else {
- fail "timeout"
- }
- }
-}