diff options
author | Guillem Jover <guillem@debian.org> | 2017-10-29 18:40:54 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2018-01-16 10:55:30 +0100 |
commit | 33c866433dd4b186aae970e05c639b52ad5e7ece (patch) | |
tree | f079cecea2567db83fdd23d3ed5df1fe15a7ef16 /debian | |
parent | d6ba39af48a8c8eadc1b1542fcd6db0edf2dbe7f (diff) | |
download | dpkg-33c866433dd4b186aae970e05c639b52ad5e7ece.tar.gz |
test: Infer automatically the unit test data directory
We can easily know the name of the calling unit test, and can thus infer
the pathname for the data directory, instead of having to duplicate the
name, and potentially ending with it being out of sync.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 96cb3175a..761acad10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -50,6 +50,7 @@ dpkg (1.19.1) UNRELEASED; urgency=medium - Skip Dpkg::OpenPGP test if gpg is not present. - Check POD in all perl scripts. - Consider *.PL also to be perl files. + - Infer automatically the unit test data directory. [ Updated programs translations ] * Dutch (Frans Spiesschaert). Closes: #881401 |