aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/1.1.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/1.1.exp')
-rwxr-xr-xtest/features/1.1.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/features/1.1.exp b/test/features/1.1.exp
index 0d02b54c1..804b73135 100755
--- a/test/features/1.1.exp
+++ b/test/features/1.1.exp
@@ -36,7 +36,8 @@ if { $overlay == "overlay" } {
36 send -- "firejail --noprofile --overlay\r" 36 send -- "firejail --noprofile --overlay\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