aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/2.4.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/2.4.exp')
-rwxr-xr-xtest/features/2.4.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/features/2.4.exp b/test/features/2.4.exp
index 0c4808a1a..fed596410 100755
--- a/test/features/2.4.exp
+++ b/test/features/2.4.exp
@@ -95,7 +95,8 @@ if { $overlay == "overlay" } {
95 send -- "firejail --noprofile --net=br0 --overlay\r" 95 send -- "firejail --noprofile --net=br0 --overlay\r"
96 expect { 96 expect {
97 timeout {puts "TESTING ERROR 2\n";exit} 97 timeout {puts "TESTING ERROR 2\n";exit}
98 "Child process initialized" 98 "overlay option is not available" {puts "grsecurity\n"; exit}
99 "Child process initialized" {puts "normal system\n"}
99 } 100 }
100 sleep 1 101 sleep 1
101 102