aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/2.1.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/2.1.exp')
-rwxr-xr-xtest/features/2.1.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/features/2.1.exp b/test/features/2.1.exp
index 07d6a9820..074b5989b 100755
--- a/test/features/2.1.exp
+++ b/test/features/2.1.exp
@@ -52,7 +52,8 @@ if { $overlay == "overlay" } {
52 send -- "firejail --noprofile --hostname=bingo --overlay\r" 52 send -- "firejail --noprofile --hostname=bingo --overlay\r"
53 expect { 53 expect {
54 timeout {puts "TESTING ERROR 2\n";exit} 54 timeout {puts "TESTING ERROR 2\n";exit}
55 "Child process initialized" 55 "overlay option is not available" {puts "grsecurity\n"; exit}
56 "Child process initialized" {puts "normal system\n"}
56 } 57 }
57 sleep 1 58 sleep 1
58 59