This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=5df9c47d74ef5a39ea0d274002ebb016b55b0f84 commit 5df9c47d74ef5a39ea0d274002ebb016b55b0f84 Author: Guillem Jover <[email protected]> AuthorDate: Tue Nov 6 03:14:57 2018 +0100 t-func: Export and move TESTDATA definition close to the PATH definition These both are related to pathname handling, group them together. --- debian/changelog | 1 + t-func/atlocal.in | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c23551c08..96f2d3fc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ dpkg (1.19.6) UNRELEASED; urgency=medium the killproc function from /lib/lsb/init-functions. Closes: #923861 * Test suite: - Stop requiring (pseudo-)root in the functional test suite. + - Export and move TESTDATA definition close to the PATH definition. [ Updated scripts translations ] * German (Helge Kreutzmann). diff --git a/t-func/atlocal.in b/t-func/atlocal.in index 4182508a4..1e77669fa 100644 --- a/t-func/atlocal.in +++ b/t-func/atlocal.in @@ -3,6 +3,9 @@ PATH="@abs_top_builddir@/dpkg-deb:@abs_top_builddir@/dpkg-split:@abs_top_builddir@/src:@abs_top_builddir@/utils:$PATH" export PATH +TESTDATA="@abs_top_srcdir@/t-func" +export TESTDATA + # Setup a sane environment umask 0022 @@ -22,4 +25,3 @@ unset BZIP unset XZ_OPT unset XZ_DEFAULTS -TESTDATA="@abs_top_srcdir@/t-func" -- Dpkg.Org's dpkg

