aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.9.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/3.9.exp')
-rwxr-xr-xtest/features/3.9.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/features/3.9.exp b/test/features/3.9.exp
index 660ccbe05..e6cefa0f6 100755
--- a/test/features/3.9.exp
+++ b/test/features/3.9.exp
@@ -42,13 +42,13 @@ 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 /dev | wc -l\r" 46 send -- "ls -l /dev | wc -l\r"
47 expect { 47 expect {
48 timeout {puts "TESTING ERROR 3.1\n";exit} 48 timeout {puts "TESTING ERROR 3.1\n";exit}
49 "3" 49 "3"
50 } 50 }
51 51
52 52
53 after 100 53 after 100
54 send -- "exit\r" 54 send -- "exit\r"
@@ -65,13 +65,13 @@ if { $chroot == "chroot" } {
65 "Child process initialized" 65 "Child process initialized"
66 } 66 }
67 sleep 1 67 sleep 1
68 68
69 send -- "ls -l /dev | wc -l\r" 69 send -- "ls -l /dev | wc -l\r"
70 expect { 70 expect {
71 timeout {puts "TESTING ERROR 5.1\n";exit} 71 timeout {puts "TESTING ERROR 5.1\n";exit}
72 "3" 72 "3"
73 } 73 }
74 74
75 after 100 75 after 100
76 send -- "exit\r" 76 send -- "exit\r"
77 sleep 1 77 sleep 1