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