aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/1.4.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/1.4.exp')
-rwxr-xr-xtest/features/1.4.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/features/1.4.exp b/test/features/1.4.exp
index 7b4839bd7..b7e8246a2 100755
--- a/test/features/1.4.exp
+++ b/test/features/1.4.exp
@@ -18,7 +18,7 @@ set chroot [lindex $argv 1]
18send -- "firejail --noprofile\r" 18send -- "firejail --noprofile\r"
19expect { 19expect {
20 timeout {puts "TESTING ERROR 0\n";exit} 20 timeout {puts "TESTING ERROR 0\n";exit}
21 "Child process initialized" 21 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
22} 22}
23sleep 1 23sleep 1
24 24
@@ -53,7 +53,7 @@ if { $overlay == "overlay" } {
53 expect { 53 expect {
54 timeout {puts "TESTING ERROR 2\n";exit} 54 timeout {puts "TESTING ERROR 2\n";exit}
55 "overlay option is not available" {puts "grsecurity\n"; exit} 55 "overlay option is not available" {puts "grsecurity\n"; exit}
56 "Child process initialized" {puts "normal system\n"} 56 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" {puts "normal system\n"}
57 } 57 }
58 sleep 1 58 sleep 1
59 59
@@ -86,7 +86,7 @@ if { $chroot == "chroot" } {
86 send -- "firejail --noprofile --chroot=/tmp/chroot\r" 86 send -- "firejail --noprofile --chroot=/tmp/chroot\r"
87 expect { 87 expect {
88 timeout {puts "TESTING ERROR 4\n";exit} 88 timeout {puts "TESTING ERROR 4\n";exit}
89 "Child process initialized" 89 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
90 } 90 }
91 sleep 1 91 sleep 1
92 92