aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/utils.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-11 12:52:05 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-11-11 12:52:05 -0500
commitbb5b4077e6f3549b35e8b420d882717141c069b9 (patch)
tree47643718c811531456e26913795edbcbff55ac05 /test/utils/utils.sh
parenthidepid part 4 (diff)
downloadfirejail-bb5b4077e6f3549b35e8b420d882717141c069b9.tar.gz
firejail-bb5b4077e6f3549b35e8b420d882717141c069b9.tar.zst
firejail-bb5b4077e6f3549b35e8b420d882717141c069b9.zip
hidepid part 5
Diffstat (limited to 'test/utils/utils.sh')
-rwxr-xr-xtest/utils/utils.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/utils/utils.sh b/test/utils/utils.sh
index 557f2c961..7b0ab1096 100755
--- a/test/utils/utils.sh
+++ b/test/utils/utils.sh
@@ -82,18 +82,18 @@ rm -f index.html*
82./trace.exp 82./trace.exp
83rm -f index.html* 83rm -f index.html*
84 84
85echo "TESTING: firemon --seccomp (test/utils/seccomp.exp)"
86./seccomp.exp
87
88echo "TESTING: firemon --caps (test/utils/caps.exp)"
89./caps.exp
90
91echo "TESTING: top (test/utils/top.exp)" 85echo "TESTING: top (test/utils/top.exp)"
92./top.exp 86./top.exp
93 87
94echo "TESTING: file transfer (test/utils/ls.exp)" 88echo "TESTING: file transfer (test/utils/ls.exp)"
95./ls.exp 89./ls.exp
96 90
91echo "TESTING: firemon --seccomp (test/utils/firemon-seccomp.exp)"
92./firemon-seccomp.exp
93
94echo "TESTING: firemon --caps (test/utils/firemon-caps.exp)"
95./firemon-caps.exp
96
97echo "TESTING: firemon cpu (test/utils/firemon-cpu.exp)" 97echo "TESTING: firemon cpu (test/utils/firemon-cpu.exp)"
98./firemon-cpu.exp 98./firemon-cpu.exp
99 99