aboutsummaryrefslogtreecommitdiffstats
path: root/test/features
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-12 07:46:11 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-12 07:46:11 -0400
commitbb4830eb7eb1a1345f13a8f2e8e21a524dda3049 (patch)
tree4e4540c02d99eea2f478fe8abfee88603ffb2bd8 /test/features
parentxephyr window title (diff)
downloadfirejail-bb4830eb7eb1a1345f13a8f2e8e21a524dda3049.tar.gz
firejail-bb4830eb7eb1a1345f13a8f2e8e21a524dda3049.tar.zst
firejail-bb4830eb7eb1a1345f13a8f2e8e21a524dda3049.zip
fixed sigterm forwarding
Diffstat (limited to 'test/features')
-rwxr-xr-xtest/features/3.6.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/features/3.6.exp b/test/features/3.6.exp
index fbb3986a0..a00517716 100755
--- a/test/features/3.6.exp
+++ b/test/features/3.6.exp
@@ -59,6 +59,7 @@ if { $chroot == "chroot" } {
59 send -- "firejail --noprofile --chroot=/tmp/chroot --private-etc=group,hostname,hosts,nsswitch.conf,passwd,resolv.conf,skel\r" 59 send -- "firejail --noprofile --chroot=/tmp/chroot --private-etc=group,hostname,hosts,nsswitch.conf,passwd,resolv.conf,skel\r"
60 expect { 60 expect {
61 timeout {puts "TESTING ERROR 4\n";exit} 61 timeout {puts "TESTING ERROR 4\n";exit}
62 "chroot option is not available" {puts "grsecurity\n"; exit}
62 "Child process initialized" 63 "Child process initialized"
63 } 64 }
64 sleep 1 65 sleep 1