aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.4.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/3.4.exp')
-rwxr-xr-xtest/features/3.4.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/features/3.4.exp b/test/features/3.4.exp
index 3f316af5b..7ed439669 100755
--- a/test/features/3.4.exp
+++ b/test/features/3.4.exp
@@ -79,7 +79,8 @@ if { $overlay == "overlay" } {
79 send -- "firejail --noprofile --overlay --whitelist=/home/netblue/.config\r" 79 send -- "firejail --noprofile --overlay --whitelist=/home/netblue/.config\r"
80 expect { 80 expect {
81 timeout {puts "TESTING ERROR 2\n";exit} 81 timeout {puts "TESTING ERROR 2\n";exit}
82 "Child process initialized" 82 "overlay option is not available" {puts "grsecurity\n"; exit}
83 "Child process initialized" {puts "normal system\n"}
83 } 84 }
84 sleep 1 85 sleep 1
85 86