summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-01-08 10:52:25 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2019-01-08 10:52:25 -0500
commit6a3a7eb06fc08e17097f8ffe14cd24485902c9a6 (patch)
treed5eacd8ce45dc47d6cbf8fdf0b1af28bcb7399d0 /test
parentmerges (diff)
downloadfirejail-6a3a7eb06fc08e17097f8ffe14cd24485902c9a6.tar.gz
firejail-6a3a7eb06fc08e17097f8ffe14cd24485902c9a6.tar.zst
firejail-6a3a7eb06fc08e17097f8ffe14cd24485902c9a6.zip
fix join/seccomp #2296
Diffstat (limited to 'test')
-rwxr-xr-xtest/filters/seccomp-run-files.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/filters/seccomp-run-files.exp b/test/filters/seccomp-run-files.exp
index 7c436b664..7a1345902 100755
--- a/test/filters/seccomp-run-files.exp
+++ b/test/filters/seccomp-run-files.exp
@@ -24,7 +24,7 @@ after 100
24send -- "ls -l /run/firejail/mnt | grep -c seccomp\r" 24send -- "ls -l /run/firejail/mnt | grep -c seccomp\r"
25expect { 25expect {
26 timeout {puts "TESTING ERROR 3\n";exit} 26 timeout {puts "TESTING ERROR 3\n";exit}
27 "4" 27 "5"
28} 28}
29send -- "exit\r" 29send -- "exit\r"
30sleep 1 30sleep 1
@@ -90,7 +90,7 @@ after 100
90send -- "ls -l /run/firejail/mnt | grep -c seccomp\r" 90send -- "ls -l /run/firejail/mnt | grep -c seccomp\r"
91expect { 91expect {
92 timeout {puts "TESTING ERROR 18\n";exit} 92 timeout {puts "TESTING ERROR 18\n";exit}
93 "5" 93 "6"
94} 94}
95send -- "exit\r" 95send -- "exit\r"
96sleep 1 96sleep 1