aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/1.8.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/1.8.exp')
-rwxr-xr-xtest/features/1.8.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/features/1.8.exp b/test/features/1.8.exp
index dd525df49..493a87328 100755
--- a/test/features/1.8.exp
+++ b/test/features/1.8.exp
@@ -73,7 +73,8 @@ if { $overlay == "overlay" } {
73 send -- "firejail --noprofile --overlay\r" 73 send -- "firejail --noprofile --overlay\r"
74 expect { 74 expect {
75 timeout {puts "TESTING ERROR 2\n";exit} 75 timeout {puts "TESTING ERROR 2\n";exit}
76 "Child process initialized" 76 "overlay option is not available" {puts "grsecurity\n"; exit}
77 "Child process initialized" {puts "normal system\n"}
77 } 78 }
78 sleep 1 79 sleep 1
79 send -- "ls /etc/firejail\r" 80 send -- "ls /etc/firejail\r"