aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/2.2.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/2.2.exp')
-rwxr-xr-xtest/features/2.2.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/features/2.2.exp b/test/features/2.2.exp
index 18828de12..378bd529a 100755
--- a/test/features/2.2.exp
+++ b/test/features/2.2.exp
@@ -18,7 +18,7 @@ set chroot [lindex $argv 1]
18send -- "firejail --noprofile --dns=4.2.2.1\r" 18send -- "firejail --noprofile --dns=4.2.2.1\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
@@ -48,7 +48,7 @@ if { $overlay == "overlay" } {
48 expect { 48 expect {
49 timeout {puts "TESTING ERROR 2\n";exit} 49 timeout {puts "TESTING ERROR 2\n";exit}
50 "overlay option is not available" {puts "grsecurity\n"; exit} 50 "overlay option is not available" {puts "grsecurity\n"; exit}
51 "Child process initialized" {puts "normal system\n"} 51 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" {puts "normal system\n"}
52 } 52 }
53 sleep 1 53 sleep 1
54 54
@@ -77,7 +77,7 @@ if { $chroot == "chroot" } {
77 send -- "firejail --noprofile --dns=4.2.2.1 --chroot=/tmp/chroot\r" 77 send -- "firejail --noprofile --dns=4.2.2.1 --chroot=/tmp/chroot\r"
78 expect { 78 expect {
79 timeout {puts "TESTING ERROR 4\n";exit} 79 timeout {puts "TESTING ERROR 4\n";exit}
80 "Child process initialized" 80 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
81 } 81 }
82 sleep 1 82 sleep 1
83 83