summaryrefslogtreecommitdiffstats
path: root/test/utils/utils.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-20 21:23:10 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-11-20 21:23:10 -0500
commit13ef7fba2bdf48319f68a7362779c41edae19651 (patch)
treea746c86a4a13a53243b6ba7d615cc4fdbdd74611 /test/utils/utils.sh
parentcaps testing (diff)
downloadfirejail-13ef7fba2bdf48319f68a7362779c41edae19651.tar.gz
firejail-13ef7fba2bdf48319f68a7362779c41edae19651.tar.zst
firejail-13ef7fba2bdf48319f68a7362779c41edae19651.zip
testing
Diffstat (limited to 'test/utils/utils.sh')
-rwxr-xr-xtest/utils/utils.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/utils/utils.sh b/test/utils/utils.sh
index 804e5ae0f..04702597f 100755
--- a/test/utils/utils.sh
+++ b/test/utils/utils.sh
@@ -6,6 +6,9 @@
6export MALLOC_CHECK_=3 6export MALLOC_CHECK_=3
7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) 7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
8 8
9echo "TESTING: audit (test/utils/audit.exp)"
10./audit.exp
11
9echo "TESTING: version (test/utils/version.exp)" 12echo "TESTING: version (test/utils/version.exp)"
10./version.exp 13./version.exp
11 14