diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-02-25 17:21:44 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-03-13 13:58:45 +0100 |
commit | be2337962df21addb8386f4262bde0ed0fbcad86 (patch) | |
tree | 0d97580ceaff3563e3aa7f10ffb84a70e13c67fa /debian/tests | |
parent | ce7f128c020e1347f91c6074238fc5da58c5df71 (diff) |
unset LANGUAGE in the testing framework directly
Git-Dch: Ignore
Diffstat (limited to 'debian/tests')
-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 e03db9b0c..41bafda99 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 |