aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.7.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/3.7.exp')
-rwxr-xr-xtest/features/3.7.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/features/3.7.exp b/test/features/3.7.exp
index d8236b851..2a9ce84d6 100755
--- a/test/features/3.7.exp
+++ b/test/features/3.7.exp
@@ -45,7 +45,8 @@ if { $overlay == "overlay" } {
45 send -- "firejail --noprofile --overlay --private-tmp\r" 45 send -- "firejail --noprofile --overlay --private-tmp\r"
46 expect { 46 expect {
47 timeout {puts "TESTING ERROR 2\n";exit} 47 timeout {puts "TESTING ERROR 2\n";exit}
48 "Child process initialized" 48 "overlay option is not available" {puts "grsecurity\n"; exit}
49 "Child process initialized" {puts "normal system\n"}
49 } 50 }
50 sleep 1 51 sleep 1
51 52