aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-09-05 10:56:40 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-09-05 10:56:40 -0400
commit362d290bacf90a9bb29d6c25ca395117e4da838e (patch)
tree8522b67cdfa1692cef8f676f72fb0d609fe6514f /test/utils
parentfix caps.keep/dac-overwrite (diff)
downloadfirejail-362d290bacf90a9bb29d6c25ca395117e4da838e.tar.gz
firejail-362d290bacf90a9bb29d6c25ca395117e4da838e.tar.zst
firejail-362d290bacf90a9bb29d6c25ca395117e4da838e.zip
testing
Diffstat (limited to 'test/utils')
-rwxr-xr-xtest/utils/seccomp-print.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/utils/seccomp-print.exp b/test/utils/seccomp-print.exp
index 5a76d7fcc..b3ab5e13c 100755
--- a/test/utils/seccomp-print.exp
+++ b/test/utils/seccomp-print.exp
@@ -22,11 +22,11 @@ expect {
22} 22}
23expect { 23expect {
24 timeout {puts "TESTING ERROR 2\n";exit} 24 timeout {puts "TESTING ERROR 2\n";exit}
25 "init_module" 25 "delete_module"
26} 26}
27expect { 27expect {
28 timeout {puts "TESTING ERROR 3\n";exit} 28 timeout {puts "TESTING ERROR 3\n";exit}
29 "delete_module" 29 "init_module"
30} 30}
31expect { 31expect {
32 timeout {puts "TESTING ERROR 4\n";exit} 32 timeout {puts "TESTING ERROR 4\n";exit}