aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/1.7.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/1.7.exp')
-rwxr-xr-xtest/features/1.7.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/features/1.7.exp b/test/features/1.7.exp
index 2b79ea6be..b838c092f 100755
--- a/test/features/1.7.exp
+++ b/test/features/1.7.exp
@@ -38,7 +38,8 @@ if { $overlay == "overlay" } {
38 send -- "firejail --noprofile --overlay\r" 38 send -- "firejail --noprofile --overlay\r"
39 expect { 39 expect {
40 timeout {puts "TESTING ERROR 2\n";exit} 40 timeout {puts "TESTING ERROR 2\n";exit}
41 "Child process initialized" 41 "overlay option is not available" {puts "grsecurity\n"; exit}
42 "Child process initialized" {puts "normal system\n"}
42 } 43 }
43 sleep 1 44 sleep 1
44 45