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.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/features/2.2.exp b/test/features/2.2.exp
index 9e3878a4d..f30ccaf79 100755
--- a/test/features/2.2.exp
+++ b/test/features/2.2.exp
@@ -44,7 +44,8 @@ if { $overlay == "overlay" } {
44 send -- "firejail --noprofile --dns=4.2.2.1 --overlay\r" 44 send -- "firejail --noprofile --dns=4.2.2.1 --overlay\r"
45 expect { 45 expect {
46 timeout {puts "TESTING ERROR 2\n";exit} 46 timeout {puts "TESTING ERROR 2\n";exit}
47 "Child process initialized" 47 "overlay option is not available" {puts "grsecurity\n"; exit}
48 "Child process initialized" {puts "normal system\n"}
48 } 49 }
49 sleep 1 50 sleep 1
50 51