aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/filters.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/filters/filters.sh')
-rwxr-xr-xtest/filters/filters.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/filters/filters.sh b/test/filters/filters.sh
index 10e50539b..6a8ce1f99 100755
--- a/test/filters/filters.sh
+++ b/test/filters/filters.sh
@@ -5,6 +5,7 @@
5 5
6export MALLOC_CHECK_=3 6export MALLOC_CHECK_=3
7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) 7export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))
8export LC_ALL=C
8 9
9if [ -f /etc/debian_version ]; then 10if [ -f /etc/debian_version ]; then
10 libdir=$(dirname "$(dpkg -L firejail | grep fseccomp)") 11 libdir=$(dirname "$(dpkg -L firejail | grep fseccomp)")