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.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/features/1.7.exp b/test/features/1.7.exp
index f0987dcdc..a84b723de 100755
--- a/test/features/1.7.exp
+++ b/test/features/1.7.exp
@@ -20,7 +20,7 @@ sleep 1
20send -- "firejail --noprofile\r" 20send -- "firejail --noprofile\r"
21expect { 21expect {
22 timeout {puts "TESTING ERROR 0\n";exit} 22 timeout {puts "TESTING ERROR 0\n";exit}
23 "Child process initialized" 23 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
24} 24}
25sleep 1 25sleep 1
26 26
@@ -42,7 +42,7 @@ if { $overlay == "overlay" } {
42 expect { 42 expect {
43 timeout {puts "TESTING ERROR 2\n";exit} 43 timeout {puts "TESTING ERROR 2\n";exit}
44 "overlay option is not available" {puts "grsecurity\n"; exit} 44 "overlay option is not available" {puts "grsecurity\n"; exit}
45 "Child process initialized" {puts "normal system\n"} 45 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" {puts "normal system\n"}
46 } 46 }
47 sleep 1 47 sleep 1
48 48
@@ -63,7 +63,7 @@ if { $chroot == "chroot" } {
63 send -- "firejail --noprofile --chroot=/tmp/chroot\r" 63 send -- "firejail --noprofile --chroot=/tmp/chroot\r"
64 expect { 64 expect {
65 timeout {puts "TESTING ERROR 4\n";exit} 65 timeout {puts "TESTING ERROR 4\n";exit}
66 "Child process initialized" 66 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
67 } 67 }
68 sleep 1 68 sleep 1
69 69