From e8fb1cdfdd13e45f2b3abbd57a28b57ae6137f14 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 9 May 2015 18:55:41 +0200 Subject: 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. --- debian/tests/run-tests | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/tests') 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/ \ -- cgit v1.2.3