aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/2.3.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/2.3.exp')
-rwxr-xr-xtest/features/2.3.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/features/2.3.exp b/test/features/2.3.exp
index 1363e41b6..63caab14c 100755
--- a/test/features/2.3.exp
+++ b/test/features/2.3.exp
@@ -107,7 +107,8 @@ if { $overlay == "overlay" } {
107 send -- "firejail --noprofile --net=eth0 --overlay --dns=8.8.8.8 --dns=8.8.4.4\r" 107 send -- "firejail --noprofile --net=eth0 --overlay --dns=8.8.8.8 --dns=8.8.4.4\r"
108 expect { 108 expect {
109 timeout {puts "TESTING ERROR 2\n";exit} 109 timeout {puts "TESTING ERROR 2\n";exit}
110 "Child process initialized" 110 "overlay option is not available" {puts "grsecurity\n"; exit}
111 "Child process initialized" {puts "normal system\n"}
111 } 112 }
112 sleep 1 113 sleep 1
113 114