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