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