aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/2.2.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-05 12:08:44 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-05 12:08:44 -0400
commite3a306f51bf6d76c9c8d40deeecb0ec0147624ff (patch)
treea0fb54c3f72a0939d19d7e988d647cc3db24ee51 /test/features/2.2.exp
parentgrsecurity: --overlay (diff)
downloadfirejail-e3a306f51bf6d76c9c8d40deeecb0ec0147624ff.tar.gz
firejail-e3a306f51bf6d76c9c8d40deeecb0ec0147624ff.tar.zst
firejail-e3a306f51bf6d76c9c8d40deeecb0ec0147624ff.zip
grsecurity: testing
Diffstat (limited to 'test/features/2.2.exp')
-rwxr-xr-xtest/features/2.2.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/features/2.2.exp b/test/features/2.2.exp
index 9e3878a4d..f30ccaf79 100755
--- a/test/features/2.2.exp
+++ b/test/features/2.2.exp
@@ -44,7 +44,8 @@ if { $overlay == "overlay" } {
44 send -- "firejail --noprofile --dns=4.2.2.1 --overlay\r" 44 send -- "firejail --noprofile --dns=4.2.2.1 --overlay\r"
45 expect { 45 expect {
46 timeout {puts "TESTING ERROR 2\n";exit} 46 timeout {puts "TESTING ERROR 2\n";exit}
47 "Child process initialized" 47 "overlay option is not available" {puts "grsecurity\n"; exit}
48 "Child process initialized" {puts "normal system\n"}
48 } 49 }
49 sleep 1 50 sleep 1
50 51