aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-09-24 14:17:37 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2019-09-24 14:17:37 +0200
commitda8432359460b17f30c0d73844b7b1049913c9e1 (patch)
treed298e1474164d624d736f2b5d1372d3124dd4e1d /test/filters
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-da8432359460b17f30c0d73844b7b1049913c9e1.tar.gz
firejail-da8432359460b17f30c0d73844b7b1049913c9e1.tar.zst
firejail-da8432359460b17f30c0d73844b7b1049913c9e1.zip
testing suite fixes: remove shell localization
Diffstat (limited to 'test/filters')
-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)")