aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/filters.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-03-04 14:47:47 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-03-04 14:47:47 -0500
commit76fcd85a1f441de1192194fcb712c35b7d985b69 (patch)
tree5fab3a982cb12d9891c06e2a462d3c71887c6416 /test/filters/filters.sh
parentfix and document firemon --nowrap (diff)
downloadfirejail-76fcd85a1f441de1192194fcb712c35b7d985b69.tar.gz
firejail-76fcd85a1f441de1192194fcb712c35b7d985b69.tar.zst
firejail-76fcd85a1f441de1192194fcb712c35b7d985b69.zip
testing
Diffstat (limited to 'test/filters/filters.sh')
-rwxr-xr-xtest/filters/filters.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/filters/filters.sh b/test/filters/filters.sh
index 73e0e4d5c..4996e6d66 100755
--- a/test/filters/filters.sh
+++ b/test/filters/filters.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: debug options (test/filters/debug.exp)"
10./debug.exp
11
9echo "TESTING: noroot (test/filters/noroot.exp)" 12echo "TESTING: noroot (test/filters/noroot.exp)"
10./noroot.exp 13./noroot.exp
11 14