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