aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.1.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/3.1.exp')
-rwxr-xr-xtest/features/3.1.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/features/3.1.exp b/test/features/3.1.exp
index a66fbdae1..c55f3aa8a 100755
--- a/test/features/3.1.exp
+++ b/test/features/3.1.exp
@@ -22,7 +22,7 @@ sleep 1
22send -- "ls -al | wc -l\r" 22send -- "ls -al | wc -l\r"
23expect { 23expect {
24 timeout {puts "TESTING ERROR 1.1\n";exit} 24 timeout {puts "TESTING ERROR 1.1\n";exit}
25 "5" 25 "6"
26} 26}
27 27
28send -- "ls -al .bashrc\r" 28send -- "ls -al .bashrc\r"
@@ -73,7 +73,7 @@ if { $overlay == "overlay" } {
73 send -- "ls -al | wc -l\r" 73 send -- "ls -al | wc -l\r"
74 expect { 74 expect {
75 timeout {puts "TESTING ERROR 3.1\n";exit} 75 timeout {puts "TESTING ERROR 3.1\n";exit}
76 "5" 76 "6"
77 } 77 }
78 78
79 send -- "ls -al .bashrc\r" 79 send -- "ls -al .bashrc\r"