summaryrefslogtreecommitdiffstats
path: root/test/features/3.10.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/3.10.exp')
-rwxr-xr-xtest/features/3.10.exp10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/features/3.10.exp b/test/features/3.10.exp
index 4a06463a7..d6d858322 100755
--- a/test/features/3.10.exp
+++ b/test/features/3.10.exp
@@ -78,7 +78,7 @@ if { $overlay == "overlay" } {
78 "Child process initialized" {puts "normal system\n"} 78 "Child process initialized" {puts "normal system\n"}
79 } 79 }
80 sleep 1 80 sleep 1
81 81
82 send -- "ls -l /tmp | wc -l\r" 82 send -- "ls -l /tmp | wc -l\r"
83 expect { 83 expect {
84 timeout {puts "TESTING ERROR 3.1\n";exit} 84 timeout {puts "TESTING ERROR 3.1\n";exit}
@@ -97,7 +97,7 @@ if { $overlay == "overlay" } {
97 timeout {puts "TESTING ERROR 3.4\n";exit} 97 timeout {puts "TESTING ERROR 3.4\n";exit}
98 "test1dir" 98 "test1dir"
99 } 99 }
100 100
101 send -- "ls -l /tmp/test1dir | wc -l\r" 101 send -- "ls -l /tmp/test1dir | wc -l\r"
102 expect { 102 expect {
103 timeout {puts "TESTING ERROR 3.5\n";exit} 103 timeout {puts "TESTING ERROR 3.5\n";exit}
@@ -136,7 +136,7 @@ if { $chroot == "chroot" } {
136 "Child process initialized" 136 "Child process initialized"
137 } 137 }
138 sleep 1 138 sleep 1
139 139
140 send -- "ls -l /tmp | wc -l\r" 140 send -- "ls -l /tmp | wc -l\r"
141 expect { 141 expect {
142 timeout {puts "TESTING ERROR 5.1\n";exit} 142 timeout {puts "TESTING ERROR 5.1\n";exit}
@@ -155,7 +155,7 @@ if { $chroot == "chroot" } {
155 timeout {puts "TESTING ERROR 5.4\n";exit} 155 timeout {puts "TESTING ERROR 5.4\n";exit}
156 "test1dir" 156 "test1dir"
157 } 157 }
158 158
159 send -- "ls -l /tmp/test1dir | wc -l\r" 159 send -- "ls -l /tmp/test1dir | wc -l\r"
160 expect { 160 expect {
161 timeout {puts "TESTING ERROR 5.5\n";exit} 161 timeout {puts "TESTING ERROR 5.5\n";exit}
@@ -174,7 +174,7 @@ if { $chroot == "chroot" } {
174 timeout {puts "TESTING ERROR 5.8\n";exit} 174 timeout {puts "TESTING ERROR 5.8\n";exit}
175 "test1" 175 "test1"
176 } 176 }
177 177
178 after 100 178 after 100
179 send -- "exit\r" 179 send -- "exit\r"
180 sleep 1 180 sleep 1