diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2014-02-24 19:12:44 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-02-25 08:18:25 +0100 |
commit | fc104da6a583736223b2f941e43a05ea26b63a7d (patch) | |
tree | 531032c1d606482de256dc3325fc7c0f1795da64 /debian/tests/run-tests | |
parent | b7ed961b8099c05f65e18d4c73ead50cc5c8bff1 (diff) |
Bug#739988: Fix autopkgtest missing dependencies and locale
debian/tests/control: Add missing build-essential, fakeroot, and wget test
dependencies.
debian/tests/run-tests: Pin locale to C to avoid test failures in other
locales.
Diffstat (limited to 'debian/tests/run-tests')
-rw-r--r-- | debian/tests/run-tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/tests/run-tests b/debian/tests/run-tests index d9a9db7bf..6dc4eaa93 100644 --- a/debian/tests/run-tests +++ b/debian/tests/run-tests @@ -2,6 +2,9 @@ set -e +unset LANGUAGE +export LC_ALL=C + # we need the buildin webserver for the tests if [ ! -e environment.mak ]; then make startup |