aboutsummaryrefslogtreecommitdiffstats
path: root/test/environment
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-05-13 09:16:00 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-05-13 09:16:00 -0400
commit7345c5d3e2706b5eab61ba3d154b99b57f6b9a5f (patch)
treeaed643c38277fe4bd5dc679f2b27f3930f725e69 /test/environment
parent0.9.46 testing (diff)
downloadfirejail-7345c5d3e2706b5eab61ba3d154b99b57f6b9a5f.tar.gz
firejail-7345c5d3e2706b5eab61ba3d154b99b57f6b9a5f.tar.zst
firejail-7345c5d3e2706b5eab61ba3d154b99b57f6b9a5f.zip
0.9.46 testing
Diffstat (limited to 'test/environment')
-rwxr-xr-xtest/environment/allow-debuggers.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/environment/allow-debuggers.exp b/test/environment/allow-debuggers.exp
index 8a404decb..f032e1c3e 100755
--- a/test/environment/allow-debuggers.exp
+++ b/test/environment/allow-debuggers.exp
@@ -8,7 +8,8 @@ match_max 100000
8send -- "firejail --profile=/etc/firejail/firefox.profile --allow-debuggers strace ls\r" 8send -- "firejail --profile=/etc/firejail/firefox.profile --allow-debuggers strace ls\r"
9expect { 9expect {
10 timeout {puts "TESTING ERROR 0\n";exit} 10 timeout {puts "TESTING ERROR 0\n";exit}
11 "Child process initialized" 11 "Child process initialized" { puts "\n"}
12 "is disabled on Linux kernels prior to 4.8" { puts "TESTING SKIP: kernel too old\n"; exit }
12} 13}
13expect { 14expect {
14 timeout {puts "TESTING ERROR 1\n";exit} 15 timeout {puts "TESTING ERROR 1\n";exit}