aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/seccomp-debug.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-12-28 15:36:40 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-12-28 15:36:40 -0500
commit8706d0591301cffd3965695107c767dae54cceb3 (patch)
treeadca45f28613c65cd778aadd62be2df63c396733 /test/filters/seccomp-debug.exp
parentreplacing seccomp printing with a seccomp disassembler (diff)
downloadfirejail-8706d0591301cffd3965695107c767dae54cceb3.tar.gz
firejail-8706d0591301cffd3965695107c767dae54cceb3.tar.zst
firejail-8706d0591301cffd3965695107c767dae54cceb3.zip
testing
Diffstat (limited to 'test/filters/seccomp-debug.exp')
-rwxr-xr-xtest/filters/seccomp-debug.exp8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/filters/seccomp-debug.exp b/test/filters/seccomp-debug.exp
index f90bbfa03..ee72e34ae 100755
--- a/test/filters/seccomp-debug.exp
+++ b/test/filters/seccomp-debug.exp
@@ -13,15 +13,11 @@ after 100
13send -- "firejail --debug sleep 1; echo done\r" 13send -- "firejail --debug sleep 1; echo done\r"
14expect { 14expect {
15 timeout {puts "TESTING ERROR 0\n";exit} 15 timeout {puts "TESTING ERROR 0\n";exit}
16 "SECCOMP Filter" 16 "seccomp entries in /run/firejail/mnt/seccomp"
17}
18expect {
19 timeout {puts "TESTING ERROR 1\n";exit}
20 "BLACKLIST"
21} 17}
22expect { 18expect {
23 timeout {puts "TESTING ERROR 2\n";exit} 19 timeout {puts "TESTING ERROR 2\n";exit}
24 "open_by_handle_at" 20 "jeq open_by_handle_at"
25} 21}
26expect { 22expect {
27 timeout {puts "TESTING ERROR 3\n";exit} 23 timeout {puts "TESTING ERROR 3\n";exit}