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=867e9019573b03015ca3c23e09606de2e2cd01f8 commit 867e9019573b03015ca3c23e09606de2e2cd01f8 Author: Guillem Jover <[email protected]> AuthorDate: Wed Feb 22 05:01:18 2012 +0100 t-file-replaces-disappear: Add test-clean target --- t-file-replaces-disappear/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t-file-replaces-disappear/Makefile b/t-file-replaces-disappear/Makefile index ba630e82b..04141c207 100644 --- a/t-file-replaces-disappear/Makefile +++ b/t-file-replaces-disappear/Makefile @@ -49,3 +49,5 @@ test-one-run-reverse: $(DPKG_PURGE) pkg-file-original pkg-file-takeover test ! -f /test-file +test-clean: + $(DPKG_PURGE) pkg-file-original pkg-file-takeover -- Dpkg.Org's dpkg

