aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.7.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/3.7.exp')
-rwxr-xr-xtest/features/3.7.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/features/3.7.exp b/test/features/3.7.exp
index 2a9ce84d6..bcd50c389 100755
--- a/test/features/3.7.exp
+++ b/test/features/3.7.exp
@@ -49,13 +49,13 @@ if { $overlay == "overlay" } {
49 "Child process initialized" {puts "normal system\n"} 49 "Child process initialized" {puts "normal system\n"}
50 } 50 }
51 sleep 1 51 sleep 1
52 52
53 send -- "ls -al /tmp | wc -l\r" 53 send -- "ls -al /tmp | wc -l\r"
54 expect { 54 expect {
55 timeout {puts "TESTING ERROR 3.1\n";exit} 55 timeout {puts "TESTING ERROR 3.1\n";exit}
56 "3" 56 "3"
57 } 57 }
58 58
59 59
60 after 100 60 after 100
61 send -- "exit\r" 61 send -- "exit\r"
@@ -76,13 +76,13 @@ if { $chroot == "chroot" } {
76 "Child process initialized" 76 "Child process initialized"
77 } 77 }
78 sleep 1 78 sleep 1
79 79
80 send -- "ls -al /tmp | wc -l\r" 80 send -- "ls -al /tmp | wc -l\r"
81 expect { 81 expect {
82 timeout {puts "TESTING ERROR 5.1\n";exit} 82 timeout {puts "TESTING ERROR 5.1\n";exit}
83 "3" 83 "3"
84 } 84 }
85 85
86 after 100 86 after 100
87 send -- "exit\r" 87 send -- "exit\r"
88 sleep 1 88 sleep 1