aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/utils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/utils.sh')
-rwxr-xr-xtest/utils/utils.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/utils/utils.sh b/test/utils/utils.sh
index d72cc2269..9259ee33a 100755
--- a/test/utils/utils.sh
+++ b/test/utils/utils.sh
@@ -20,6 +20,15 @@ rm -f ~/firejail-test-file-7699
20echo "TESTING: audit (test/utils/audit.exp)" 20echo "TESTING: audit (test/utils/audit.exp)"
21./audit.exp 21./audit.exp
22 22
23echo "TESTING: name (test/utils/name.exp)"
24./name.exp
25
26echo "TESTING: command (test/utils/command.exp)"
27./command.exp
28
29echo "TESTING: profile.print (test/utils/profile_print.exp)"
30./profile_print.exp
31
23echo "TESTING: version (test/utils/version.exp)" 32echo "TESTING: version (test/utils/version.exp)"
24./version.exp 33./version.exp
25 34