diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-02-25 17:21:44 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-06-12 08:40:43 +0200 |
commit | bf5a35614195aadcb3175e2617b693cd865dd640 (patch) | |
tree | da59932964f63f1b9003d70a0145eae40b9e37f6 /debian | |
parent | cfc7f735774ba30dbee1897248f8dfedf0229a4c (diff) |
unset LANGUAGE in the testing framework directly
Git-Dch: Ignore
Conflicts:
test/integration/framework
Diffstat (limited to 'debian')
-rw-r--r-- | debian/tests/run-tests | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/tests/run-tests b/debian/tests/run-tests index 9f90caa8f..e6bc5e0d1 100644 --- a/debian/tests/run-tests +++ b/debian/tests/run-tests @@ -2,9 +2,6 @@ set -e -unset LANGUAGE -export LC_ALL=C - # we need the buildin webserver for the tests if [ ! -e environment.mak ]; then make startup |