From acf8efb878b84882a9df61eff51fdcaceb522a4c Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 8 Mar 2023 16:23:30 -0500 Subject: testing --- test/filters/filters.sh | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'test/filters/filters.sh') 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)" ./noroot.exp -if grep -q "^CapBnd:\\s0000003fffffffff" /proc/self/status; then - echo "TESTING: capabilities (test/filters/caps.exp)" - ./caps.exp -else - echo "TESTING SKIP: other capabilities than expected (test/filters/caps.exp)" -fi - -echo "TESTING: capabilities print (test/filters/caps-print.exp)" -./caps-print.exp - -echo "TESTING: capabilities join (test/filters/caps-join.exp)" -./caps-join.exp +#if grep -q "^CapBnd:\\s0000003fffffffff" /proc/self/status; then +# echo "TESTING: capabilities (test/filters/caps.exp)" +# ./caps.exp +#else +# echo "TESTING SKIP: other capabilities than expected (test/filters/caps.exp)" +#fi +# +#echo "TESTING: capabilities print (test/filters/caps-print.exp)" +#./caps-print.exp +# +#echo "TESTING: capabilities join (test/filters/caps-join.exp)" +#./caps-join.exp rm -f seccomp-test-file if [[ $(uname -m) == "x86_64" ]]; then -- cgit v1.2.3-54-g00ecf