aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/filters.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-12-19 13:05:16 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2021-12-19 13:05:16 -0500
commit96cec210f8bd86667722b09beb5a3a67b21ec50f (patch)
treeaa3df5777eb784bec3f8535b92ee4eba00bdbef9 /test/filters/filters.sh
parenttesting (diff)
downloadfirejail-96cec210f8bd86667722b09beb5a3a67b21ec50f.tar.gz
firejail-96cec210f8bd86667722b09beb5a3a67b21ec50f.tar.zst
firejail-96cec210f8bd86667722b09beb5a3a67b21ec50f.zip
fix make test-filter
Diffstat (limited to 'test/filters/filters.sh')
-rwxr-xr-xtest/filters/filters.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/filters/filters.sh b/test/filters/filters.sh
index a9f06b60a..eb4e4702c 100755
--- a/test/filters/filters.sh
+++ b/test/filters/filters.sh
@@ -115,13 +115,6 @@ echo "TESTING: seccomp numeric (test/filters/seccomp-numeric.exp)"
115./seccomp-numeric.exp 115./seccomp-numeric.exp
116 116
117if [ "$(uname -m)" = "x86_64" ]; then 117if [ "$(uname -m)" = "x86_64" ]; then
118 echo "TESTING: seccomp dual filter (test/filters/seccomp-dualfilter.exp)"
119 ./seccomp-dualfilter.exp
120else
121 echo "TESTING SKIP: seccomp dual, not running on x86_64"
122fi
123
124if [ "$(uname -m)" = "x86_64" ]; then
125 echo "TESTING: seccomp join (test/filters/seccomp-join.exp)" 118 echo "TESTING: seccomp join (test/filters/seccomp-join.exp)"
126 ./seccomp-join.exp 119 ./seccomp-join.exp
127else 120else