summaryrefslogtreecommitdiffstats
path: root/test/features/3.6.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/3.6.exp')
-rwxr-xr-xtest/features/3.6.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/features/3.6.exp b/test/features/3.6.exp
index 389e63a1d..043a24121 100755
--- a/test/features/3.6.exp
+++ b/test/features/3.6.exp
@@ -40,13 +40,13 @@ if { $overlay == "overlay" } {
40 "Child process initialized" {puts "normal system\n"} 40 "Child process initialized" {puts "normal system\n"}
41 } 41 }
42 sleep 1 42 sleep 1
43 43
44 send -- "ls -al /etc | wc -l\r" 44 send -- "ls -al /etc | wc -l\r"
45 expect { 45 expect {
46 timeout {puts "TESTING ERROR 3.1\n";exit} 46 timeout {puts "TESTING ERROR 3.1\n";exit}
47 "10" 47 "10"
48 } 48 }
49 49
50 after 100 50 after 100
51 send -- "exit\r" 51 send -- "exit\r"
52 sleep 1 52 sleep 1
@@ -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 /etc | grep firejail\r" 72 send -- "ls /etc | grep firejail\r"
73 expect { 73 expect {
74 timeout {puts "TESTING ERROR 6\n";exit} 74 timeout {puts "TESTING ERROR 6\n";exit}
75 "firejail" 75 "firejail"
76 } 76 }
77 77
78 after 100 78 after 100
79 send -- "exit\r" 79 send -- "exit\r"
80 sleep 1 80 sleep 1