aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/3.1.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/3.1.exp')
-rwxr-xr-xtest/features/3.1.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/features/3.1.exp b/test/features/3.1.exp
index c55f3aa8a..046c703b7 100755
--- a/test/features/3.1.exp
+++ b/test/features/3.1.exp
@@ -66,7 +66,8 @@ if { $overlay == "overlay" } {
66 send -- "firejail --noprofile --overlay --private\r" 66 send -- "firejail --noprofile --overlay --private\r"
67 expect { 67 expect {
68 timeout {puts "TESTING ERROR 2\n";exit} 68 timeout {puts "TESTING ERROR 2\n";exit}
69 "Child process initialized" 69 "overlay option is not available" {puts "grsecurity\n"; exit}
70 "Child process initialized" {puts "normal system\n"}
70 } 71 }
71 sleep 1 72 sleep 1
72 73