aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.10.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/3.10.exp')
-rwxr-xr-xtest/features/3.10.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/features/3.10.exp b/test/features/3.10.exp
index 47da7f1c2..4a06463a7 100755
--- a/test/features/3.10.exp
+++ b/test/features/3.10.exp
@@ -74,7 +74,8 @@ if { $overlay == "overlay" } {
74 send -- "firejail --noprofile --overlay --whitelist=/tmp/test1dir\r" 74 send -- "firejail --noprofile --overlay --whitelist=/tmp/test1dir\r"
75 expect { 75 expect {
76 timeout {puts "TESTING ERROR 2\n";exit} 76 timeout {puts "TESTING ERROR 2\n";exit}
77 "Child process initialized" 77 "overlay option is not available" {puts "grsecurity\n"; exit}
78 "Child process initialized" {puts "normal system\n"}
78 } 79 }
79 sleep 1 80 sleep 1
80 81