From 62b9173095929c7ef21b9fb2385f54ceba956aa7 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 20 Nov 2016 17:52:30 -0500 Subject: caps testing --- test/filters/filters.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/filters/filters.sh') diff --git a/test/filters/filters.sh b/test/filters/filters.sh index 5c7c98b3e..fea4a0296 100755 --- a/test/filters/filters.sh +++ b/test/filters/filters.sh @@ -12,6 +12,9 @@ echo "TESTING: noroot (test/filters/noroot.exp)" echo "TESTING: capabilities (test/filters/caps.exp)" ./caps.exp +echo "TESTING: capabilities print (test/filters/caps-print.exp)" +./caps-print.exp + rm -f seccomp-test-file if [ "$(uname -m)" = "x86_64" ]; then echo "TESTING: fseccomp (test/filters/fseccomp.exp)" -- cgit v1.2.3-54-g00ecf