aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/filters.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/filters/filters.sh')
-rwxr-xr-xtest/filters/filters.sh27
1 files changed, 12 insertions, 15 deletions
diff --git a/test/filters/filters.sh b/test/filters/filters.sh
index 2d115db1b..56c97482e 100755
--- a/test/filters/filters.sh
+++ b/test/filters/filters.sh
@@ -53,22 +53,19 @@ fi
53echo "TESTING: seccomp postexec (test/filters/seccomp-postexec.exp)" 53echo "TESTING: seccomp postexec (test/filters/seccomp-postexec.exp)"
54./seccomp-postexec.exp 54./seccomp-postexec.exp
55 55
56echo "TESTING: noroot (test/filters/noroot.exp)"
57./noroot.exp
58 56
59 57#if grep -q "^CapBnd:\\s0000003fffffffff" /proc/self/status; then
60if grep -q "^CapBnd:\\s0000003fffffffff" /proc/self/status; then 58# echo "TESTING: capabilities (test/filters/caps.exp)"
61 echo "TESTING: capabilities (test/filters/caps.exp)" 59# ./caps.exp
62 ./caps.exp 60#else
63else 61# echo "TESTING SKIP: other capabilities than expected (test/filters/caps.exp)"
64 echo "TESTING SKIP: other capabilities than expected (test/filters/caps.exp)" 62#fi
65fi 63#
66 64#echo "TESTING: capabilities print (test/filters/caps-print.exp)"
67echo "TESTING: capabilities print (test/filters/caps-print.exp)" 65#./caps-print.exp
68./caps-print.exp 66#
69 67#echo "TESTING: capabilities join (test/filters/caps-join.exp)"
70echo "TESTING: capabilities join (test/filters/caps-join.exp)" 68#./caps-join.exp
71./caps-join.exp
72 69
73rm -f seccomp-test-file 70rm -f seccomp-test-file
74if [[ $(uname -m) == "x86_64" ]]; then 71if [[ $(uname -m) == "x86_64" ]]; then