aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.6.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/3.6.exp')
-rwxr-xr-xtest/features/3.6.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/features/3.6.exp b/test/features/3.6.exp
index 6117485da..fbb3986a0 100755
--- a/test/features/3.6.exp
+++ b/test/features/3.6.exp
@@ -36,7 +36,8 @@ if { $overlay == "overlay" } {
36 send -- "firejail --noprofile --overlay --private-etc=group,hostname,hosts,nsswitch.conf,passwd,resolv.conf,skel\r" 36 send -- "firejail --noprofile --overlay --private-etc=group,hostname,hosts,nsswitch.conf,passwd,resolv.conf,skel\r"
37 expect { 37 expect {
38 timeout {puts "TESTING ERROR 2\n";exit} 38 timeout {puts "TESTING ERROR 2\n";exit}
39 "Child process initialized" 39 "overlay option is not available" {puts "grsecurity\n"; exit}
40 "Child process initialized" {puts "normal system\n"}
40 } 41 }
41 sleep 1 42 sleep 1
42 43