aboutsummaryrefslogtreecommitdiffstats
path: root/test/ignore.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/ignore.exp')
-rwxr-xr-xtest/ignore.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ignore.exp b/test/ignore.exp
index ab7f0655f..8f8076fb3 100755
--- a/test/ignore.exp
+++ b/test/ignore.exp
@@ -30,7 +30,7 @@ sleep 1
30send -- "ps aux | wc -l\r" 30send -- "ps aux | wc -l\r"
31expect { 31expect {
32 timeout {puts "TESTING ERROR 4\n";exit} 32 timeout {puts "TESTING ERROR 4\n";exit}
33 "4" 33 "5"
34} 34}
35sleep 1 35sleep 1
36send -- "exit\r" 36send -- "exit\r"