aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/filters.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-03-08 16:23:30 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-03-08 16:23:30 -0500
commitacf8efb878b84882a9df61eff51fdcaceb522a4c (patch)
tree88042e5d0723c36a10efc05774335bd0df52703a /test/filters/filters.sh
parentMerge pull request #5717 from glitsj16/aa-examples (diff)
downloadfirejail-acf8efb878b84882a9df61eff51fdcaceb522a4c.tar.gz
firejail-acf8efb878b84882a9df61eff51fdcaceb522a4c.tar.zst
firejail-acf8efb878b84882a9df61eff51fdcaceb522a4c.zip
testing
Diffstat (limited to 'test/filters/filters.sh')
-rwxr-xr-xtest/filters/filters.sh24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/filters/filters.sh b/test/filters/filters.sh
index 2d115db1b..e19047e6f 100755
--- a/test/filters/filters.sh
+++ b/test/filters/filters.sh
@@ -57,18 +57,18 @@ echo "TESTING: noroot (test/filters/noroot.exp)"
57./noroot.exp 57./noroot.exp
58 58
59 59
60if grep -q "^CapBnd:\\s0000003fffffffff" /proc/self/status; then 60#if grep -q "^CapBnd:\\s0000003fffffffff" /proc/self/status; then
61 echo "TESTING: capabilities (test/filters/caps.exp)" 61# echo "TESTING: capabilities (test/filters/caps.exp)"
62 ./caps.exp 62# ./caps.exp
63else 63#else
64 echo "TESTING SKIP: other capabilities than expected (test/filters/caps.exp)" 64# echo "TESTING SKIP: other capabilities than expected (test/filters/caps.exp)"
65fi 65#fi
66 66#
67echo "TESTING: capabilities print (test/filters/caps-print.exp)" 67#echo "TESTING: capabilities print (test/filters/caps-print.exp)"
68./caps-print.exp 68#./caps-print.exp
69 69#
70echo "TESTING: capabilities join (test/filters/caps-join.exp)" 70#echo "TESTING: capabilities join (test/filters/caps-join.exp)"
71./caps-join.exp 71#./caps-join.exp
72 72
73rm -f seccomp-test-file 73rm -f seccomp-test-file
74if [[ $(uname -m) == "x86_64" ]]; then 74if [[ $(uname -m) == "x86_64" ]]; then