aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/1.2.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/1.2.exp')
-rwxr-xr-xtest/features/1.2.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/features/1.2.exp b/test/features/1.2.exp
index 65fcd54ae..6f7cae888 100755
--- a/test/features/1.2.exp
+++ b/test/features/1.2.exp
@@ -60,7 +60,8 @@ if { $overlay == "overlay" } {
60 send -- "firejail --noprofile --overlay\r" 60 send -- "firejail --noprofile --overlay\r"
61 expect { 61 expect {
62 timeout {puts "TESTING ERROR 2\n";exit} 62 timeout {puts "TESTING ERROR 2\n";exit}
63 "Child process initialized" 63 "overlay option is not available" {puts "grsecurity\n"; exit}
64 "Child process initialized" {puts "normal system\n"}
64 } 65 }
65 sleep 1 66 sleep 1
66 67