diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-03-10 22:31:00 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-03-13 13:58:46 +0100 |
commit | 3b8eb3bc1afb1fc84c6909cf2ee4907b82447409 (patch) | |
tree | ab5c0fc1a7e28167dcf169c2f5593c1724109c8d /debian/tests | |
parent | 7ce1ac857d914f98069078b1ea70995e7b6cf764 (diff) |
correct LD_LIBRARY_PATH and config loading for apt-helper
Mostly ensures that we use the build methods and not the system
provided methods in the tests (if we don't want it that way).
Git-Dch: Ignore
Diffstat (limited to 'debian/tests')
-rw-r--r-- | debian/tests/run-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/tests/run-tests b/debian/tests/run-tests index 41bafda99..e6bc5e0d1 100644 --- a/debian/tests/run-tests +++ b/debian/tests/run-tests @@ -13,4 +13,5 @@ APT_INTEGRATION_TESTS_WEBSERVER_BIN_DIR=$(pwd)/build/bin \ APT_INTEGRATION_TESTS_METHODS_DIR=/usr/lib/apt/methods \ APT_INTEGRATION_TESTS_LIBEXEC_DIR=/usr/lib/apt/ \ APT_INTEGRATION_TESTS_BUILD_DIR=/usr/bin \ +APT_INTEGRATION_TESTS_LIBRARY_PATH=/dev/null/does/not/exist \ ./test/integration/run-tests |