aboutsummaryrefslogtreecommitdiffstats
path: root/test/features
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/features
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/features')
-rwxr-xr-xtest/features/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/features/test.sh b/test/features/test.sh
index cf62d0a3d..cb3f6f871 100755
--- a/test/features/test.sh
+++ b/test/features/test.sh
@@ -1,4 +1,5 @@
1#!/bin/bash 1#!/bin/bash
2export LC_ALL=C
2OVERLAY="overlay" 3OVERLAY="overlay"
3CHROOT="chroot" 4CHROOT="chroot"
4NETWORK="network" 5NETWORK="network"