aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.4.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/3.4.exp')
-rwxr-xr-xtest/features/3.4.exp12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/features/3.4.exp b/test/features/3.4.exp
index 7ed439669..2e0f7cae7 100755
--- a/test/features/3.4.exp
+++ b/test/features/3.4.exp
@@ -83,13 +83,13 @@ if { $overlay == "overlay" } {
83 "Child process initialized" {puts "normal system\n"} 83 "Child process initialized" {puts "normal system\n"}
84 } 84 }
85 sleep 1 85 sleep 1
86 86
87 send -- "ls -al | wc -l\r" 87 send -- "ls -al | wc -l\r"
88 expect { 88 expect {
89 timeout {puts "TESTING ERROR 3.1\n";exit} 89 timeout {puts "TESTING ERROR 3.1\n";exit}
90 "6" 90 "6"
91 } 91 }
92 92
93 send -- "ls -al .bashrc\r" 93 send -- "ls -al .bashrc\r"
94 expect { 94 expect {
95 timeout {puts "TESTING ERROR 3.2\n";exit} 95 timeout {puts "TESTING ERROR 3.2\n";exit}
@@ -117,7 +117,7 @@ if { $overlay == "overlay" } {
117 timeout {puts "TESTING ERROR 3.7\n";exit} 117 timeout {puts "TESTING ERROR 3.7\n";exit}
118 ".Xauthority" 118 ".Xauthority"
119 } 119 }
120 120
121 send -- "ls -al | grep .config\r" 121 send -- "ls -al | grep .config\r"
122 expect { 122 expect {
123 timeout {puts "TESTING ERROR 3.8\n";exit} 123 timeout {puts "TESTING ERROR 3.8\n";exit}
@@ -147,13 +147,13 @@ if { $chroot == "chroot" } {
147 "Child process initialized" 147 "Child process initialized"
148 } 148 }
149 sleep 1 149 sleep 1
150 150
151 send -- "ls -al | wc -l\r" 151 send -- "ls -al | wc -l\r"
152 expect { 152 expect {
153 timeout {puts "TESTING ERROR 5.1\n";exit} 153 timeout {puts "TESTING ERROR 5.1\n";exit}
154 "6" 154 "6"
155 } 155 }
156 156
157 send -- "ls -al .bashrc\r" 157 send -- "ls -al .bashrc\r"
158 expect { 158 expect {
159 timeout {puts "TESTING ERROR 5.2\n";exit} 159 timeout {puts "TESTING ERROR 5.2\n";exit}
@@ -181,7 +181,7 @@ if { $chroot == "chroot" } {
181 timeout {puts "TESTING ERROR 5.7\n";exit} 181 timeout {puts "TESTING ERROR 5.7\n";exit}
182 ".Xauthority" 182 ".Xauthority"
183 } 183 }
184 184
185 send -- "ls -al | grep .config\r" 185 send -- "ls -al | grep .config\r"
186 expect { 186 expect {
187 timeout {puts "TESTING ERROR 5.8\n";exit} 187 timeout {puts "TESTING ERROR 5.8\n";exit}