aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/filters.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-01-08 14:39:36 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2019-01-08 14:39:36 -0500
commita45897aef62277c58cbc9991ed5ffe6766287ac3 (patch)
tree1715a055f91b70d5080eda7ed684558a8ab610e1 /test/filters/filters.sh
parenttesting seccomp/join (diff)
downloadfirejail-a45897aef62277c58cbc9991ed5ffe6766287ac3.tar.gz
firejail-a45897aef62277c58cbc9991ed5ffe6766287ac3.tar.zst
firejail-a45897aef62277c58cbc9991ed5ffe6766287ac3.zip
test caps join
Diffstat (limited to 'test/filters/filters.sh')
-rwxr-xr-xtest/filters/filters.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/filters/filters.sh b/test/filters/filters.sh
index 259045e77..33f205e05 100755
--- a/test/filters/filters.sh
+++ b/test/filters/filters.sh
@@ -52,6 +52,9 @@ fi
52echo "TESTING: capabilities print (test/filters/caps-print.exp)" 52echo "TESTING: capabilities print (test/filters/caps-print.exp)"
53./caps-print.exp 53./caps-print.exp
54 54
55echo "TESTING: capabilities join (test/filters/caps-join.exp)"
56./caps-join.exp
57
55rm -f seccomp-test-file 58rm -f seccomp-test-file
56if [ "$(uname -m)" = "x86_64" ]; then 59if [ "$(uname -m)" = "x86_64" ]; then
57 echo "TESTING: fseccomp (test/filters/fseccomp.exp)" 60 echo "TESTING: fseccomp (test/filters/fseccomp.exp)"