aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/utils.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-03-08 17:09:17 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-03-08 17:09:17 -0500
commitaa0194eae75871f3fb5e15d31a9060527711adae (patch)
treebb535822c1469d4a1d6a736b7b58616b37d19d7d /test/utils/utils.sh
parenttesting (diff)
downloadfirejail-aa0194eae75871f3fb5e15d31a9060527711adae.tar.gz
firejail-aa0194eae75871f3fb5e15d31a9060527711adae.tar.zst
firejail-aa0194eae75871f3fb5e15d31a9060527711adae.zip
testing
Diffstat (limited to 'test/utils/utils.sh')
-rwxr-xr-xtest/utils/utils.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/utils/utils.sh b/test/utils/utils.sh
index 9f04c2625..49ff8e6de 100755
--- a/test/utils/utils.sh
+++ b/test/utils/utils.sh
@@ -61,9 +61,6 @@ echo "TESTING: fs.print (test/utils/fs-print.exp)"
61echo "TESTING: dns.print (test/utils/dns-print.exp)" 61echo "TESTING: dns.print (test/utils/dns-print.exp)"
62./dns-print.exp 62./dns-print.exp
63 63
64echo "TESTING: caps.print (test/utils/caps-print.exp)"
65./caps-print.exp
66
67echo "TESTING: seccomp.print (test/utils/seccomp-print.exp)" 64echo "TESTING: seccomp.print (test/utils/seccomp-print.exp)"
68./seccomp-print.exp 65./seccomp-print.exp
69 66
@@ -112,13 +109,6 @@ else
112 echo "TESTING SKIP: seccomp already active (test/utils/firemon-seccomp.exp)" 109 echo "TESTING SKIP: seccomp already active (test/utils/firemon-seccomp.exp)"
113fi 110fi
114 111
115if grep -q "^CapBnd:\\s0000003fffffffff" /proc/self/status; then
116 echo "TESTING: firemon caps (test/utils/firemon-caps.exp)"
117 ./firemon-caps.exp
118else
119 echo "TESTING SKIP: other capabilities than expected (test/utils/firemon-caps.exp)"
120fi
121
122echo "TESTING: firemon cpu (test/utils/firemon-cpu.exp)" 112echo "TESTING: firemon cpu (test/utils/firemon-cpu.exp)"
123./firemon-cpu.exp 113./firemon-cpu.exp
124 114