aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.8.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/3.8.exp')
-rwxr-xr-xtest/features/3.8.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/features/3.8.exp b/test/features/3.8.exp
index d941fa9b7..4497b9f19 100755
--- a/test/features/3.8.exp
+++ b/test/features/3.8.exp
@@ -41,13 +41,13 @@ if { $overlay == "overlay" } {
41 "Child process initialized" {puts "normal system\n"} 41 "Child process initialized" {puts "normal system\n"}
42 } 42 }
43 sleep 1 43 sleep 1
44 44
45 send -- "ls -l /usr/bin | wc -l\r" 45 send -- "ls -l /usr/bin | wc -l\r"
46 expect { 46 expect {
47 timeout {puts "TESTING ERROR 3.1\n";exit} 47 timeout {puts "TESTING ERROR 3.1\n";exit}
48 "6" 48 "6"
49 } 49 }
50 50
51 51
52 after 100 52 after 100
53 send -- "exit\r" 53 send -- "exit\r"
@@ -68,13 +68,13 @@ if { $chroot == "chroot" } {
68 "Child process initialized" 68 "Child process initialized"
69 } 69 }
70 sleep 1 70 sleep 1
71 71
72 send -- "ls -l /usr/bin | wc -l\r" 72 send -- "ls -l /usr/bin | wc -l\r"
73 expect { 73 expect {
74 timeout {puts "TESTING ERROR 6\n";exit} 74 timeout {puts "TESTING ERROR 6\n";exit}
75 "9" 75 "9"
76 } 76 }
77 77
78 after 100 78 after 100
79 send -- "exit\r" 79 send -- "exit\r"
80 sleep 1 80 sleep 1