aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/1.7.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/1.7.exp')
-rwxr-xr-xtest/features/1.7.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/features/1.7.exp b/test/features/1.7.exp
index b838c092f..dc73ae529 100755
--- a/test/features/1.7.exp
+++ b/test/features/1.7.exp
@@ -42,7 +42,7 @@ if { $overlay == "overlay" } {
42 "Child process initialized" {puts "normal system\n"} 42 "Child process initialized" {puts "normal system\n"}
43 } 43 }
44 sleep 1 44 sleep 1
45 45
46 send -- "ls -l /var/tmp/somefile | wc -l\r" 46 send -- "ls -l /var/tmp/somefile | wc -l\r"
47 expect { 47 expect {
48 timeout {puts "TESTING ERROR 3\n";exit} 48 timeout {puts "TESTING ERROR 3\n";exit}
@@ -63,7 +63,7 @@ if { $chroot == "chroot" } {
63 "Child process initialized" 63 "Child process initialized"
64 } 64 }
65 sleep 1 65 sleep 1
66 66
67 send -- "ls -l /var/tmp/somefile | wc -l\r" 67 send -- "ls -l /var/tmp/somefile | wc -l\r"
68 expect { 68 expect {
69 timeout {puts "TESTING ERROR 5\n";exit} 69 timeout {puts "TESTING ERROR 5\n";exit}