diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-05-09 18:55:41 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-05-11 17:22:32 +0200 |
commit | e8fb1cdfdd13e45f2b3abbd57a28b57ae6137f14 (patch) | |
tree | 5b32d156d47a99921fedcdaad66471bf0a0293fa /debian/tests | |
parent | 5f4fcd88bdabee993dd07244d2f0f8f3658c40f2 (diff) |
sync TFRewrite*Order arrays with dpkg and dak
dpkg and dak know various field names and order them in their output,
while we have yet another order and have to play catch up with them as
we are sitting between chairs here and neither order is ideal for us,
too.
A little testcase is from now on supposed to help ensureing that we do
not derivate to far away from which fields dpkg knows and orders.
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 7cc37f618..e459d7093 100644 --- a/debian/tests/run-tests +++ b/debian/tests/run-tests @@ -11,6 +11,7 @@ make -C test/interactive-helper/ # run tests against the installed apt, use "env -i" to ensure # the host env does not pollute our environment env -i \ +APT_INTEGRATION_TESTS_SOURCE_DIR=$(pwd) \ 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/ \ |