aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.4.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/3.4.exp')
-rwxr-xr-xtest/features/3.4.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/features/3.4.exp b/test/features/3.4.exp
index 0e1a7df5f..d3f894da2 100755
--- a/test/features/3.4.exp
+++ b/test/features/3.4.exp
@@ -18,7 +18,7 @@ set chroot [lindex $argv 1]
18send -- "firejail --noprofile --whitelist=/home/netblue/.config\r" 18send -- "firejail --noprofile --whitelist=/home/netblue/.config\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
@@ -83,7 +83,7 @@ if { $overlay == "overlay" } {
83 expect { 83 expect {
84 timeout {puts "TESTING ERROR 2\n";exit} 84 timeout {puts "TESTING ERROR 2\n";exit}
85 "overlay option is not available" {puts "grsecurity\n"; exit} 85 "overlay option is not available" {puts "grsecurity\n"; exit}
86 "Child process initialized" {puts "normal system\n"} 86 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" {puts "normal system\n"}
87 } 87 }
88 sleep 1 88 sleep 1
89 89
@@ -147,7 +147,7 @@ if { $chroot == "chroot" } {
147 send -- "firejail --noprofile --chroot=/tmp/chroot --whitelist=/home/netblue/.config\r" 147 send -- "firejail --noprofile --chroot=/tmp/chroot --whitelist=/home/netblue/.config\r"
148 expect { 148 expect {
149 timeout {puts "TESTING ERROR 4\n";exit} 149 timeout {puts "TESTING ERROR 4\n";exit}
150 "Child process initialized" 150 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
151 } 151 }
152 sleep 1 152 sleep 1
153 153