diff options
author | Michael Vogt <mvo@debian.org> | 2014-02-27 16:46:05 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-02-27 23:27:11 +0100 |
commit | e43a426e5d402d36eb180935fbbf1430a4a86e3f (patch) | |
tree | 3e64fc090c94e443097f7f5acfeb6e1c0e19bf05 /debian/tests | |
parent | fc104da6a583736223b2f941e43a05ea26b63a7d (diff) |
initial version of apt-helper
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 6dc4eaa93..e03db9b0c 100644 --- a/debian/tests/run-tests +++ b/debian/tests/run-tests @@ -14,5 +14,6 @@ make -C test/interactive-helper/ # run against the installed apt 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 \ ./test/integration/run-tests |