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=d4d4c50d42f9c07c0cc8fd1452991c21664c2a03 commit d4d4c50d42f9c07c0cc8fd1452991c21664c2a03 Author: Guillem Jover <[email protected]> AuthorDate: Sun Oct 7 21:19:32 2012 +0200 Add test-clean targets --- t-conffile-replaces-existing-and-upgrade/Makefile | 2 ++ t-conffile-replaces-upgrade/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/t-conffile-replaces-existing-and-upgrade/Makefile b/t-conffile-replaces-existing-and-upgrade/Makefile index e0835bdbd..a77d84203 100644 --- a/t-conffile-replaces-existing-and-upgrade/Makefile +++ b/t-conffile-replaces-existing-and-upgrade/Makefile @@ -51,3 +51,5 @@ test-one-run-reverse: $(VERIFY) $(DPKG_PURGE) pkg-conff-original pkg-conff-takeover +test-clean: + $(DPKG_PURGE) pkg-conff-original pkg-conff-takeover diff --git a/t-conffile-replaces-upgrade/Makefile b/t-conffile-replaces-upgrade/Makefile index cdb34d190..846c79a67 100644 --- a/t-conffile-replaces-upgrade/Makefile +++ b/t-conffile-replaces-upgrade/Makefile @@ -46,3 +46,5 @@ test-one-run-reverse: $(VERIFY) $(DPKG_PURGE) pkg-conff-original pkg-conff-takeover +test-clean: + $(DPKG_PURGE) pkg-conff-original pkg-conff-takeover -- Dpkg.Org's dpkg

