aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/filters.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2019-01-08 14:06:48 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2019-01-08 14:06:48 -0500
commita35c6abafae546de74824e3b8425d61843ce4bf4 (patch)
tree9224d962138b967770f76d26ab5073bb899fc915 /test/filters/filters.sh
parentfix join/seccomp #2296 (diff)
downloadfirejail-a35c6abafae546de74824e3b8425d61843ce4bf4.tar.gz
firejail-a35c6abafae546de74824e3b8425d61843ce4bf4.tar.zst
firejail-a35c6abafae546de74824e3b8425d61843ce4bf4.zip
testing seccomp/join
Diffstat (limited to 'test/filters/filters.sh')
-rwxr-xr-xtest/filters/filters.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/filters/filters.sh b/test/filters/filters.sh
index 917aa93b6..259045e77 100755
--- a/test/filters/filters.sh
+++ b/test/filters/filters.sh
@@ -113,3 +113,10 @@ if [ "$(uname -m)" = "x86_64" ]; then
113else 113else
114 echo "TESTING SKIP: seccomp dual, not running on x86_64" 114 echo "TESTING SKIP: seccomp dual, not running on x86_64"
115fi 115fi
116
117if [ "$(uname -m)" = "x86_64" ]; then
118 echo "TESTING: seccomp join (test/filters/seccomp-join.exp)"
119 ./seccomp-join.exp
120else
121 echo "TESTING SKIP: seccomp join test implemented only for x86_64"
122fi