aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/2.5.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/2.5.exp')
-rwxr-xr-xtest/features/2.5.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/features/2.5.exp b/test/features/2.5.exp
index a3a330643..1d6105ae8 100755
--- a/test/features/2.5.exp
+++ b/test/features/2.5.exp
@@ -47,7 +47,8 @@ if { $overlay == "overlay" } {
47 send -- "firejail --noprofile --overlay --interface=eth0.6\r" 47 send -- "firejail --noprofile --overlay --interface=eth0.6\r"
48 expect { 48 expect {
49 timeout {puts "TESTING ERROR 2\n";exit} 49 timeout {puts "TESTING ERROR 2\n";exit}
50 "Child process initialized" 50 "overlay option is not available" {puts "grsecurity\n"; exit}
51 "Child process initialized" {puts "normal system\n"}
51 } 52 }
52 sleep 1 53 sleep 1
53 54