po: Update German man pages translation
[dpkg.git] / tests / t-conffile-normal / Makefile
blob52f29c70956d552f06017aabdfa5d4480d61f98d
1 TESTS_DEB := pkg-conffile
3 include ../Test.mk
5 test-case:
6 $(DPKG_INSTALL) pkg-conffile.deb
7 test -f "$(DPKG_INSTDIR)/test-dir/test-conffile"
8 $(DPKG_REMOVE) pkg-conffile
9 $(DPKG_PURGE) pkg-conffile
10 test ! -f "$(DPKG_INSTDIR)/test-dir/test-conffile"
11 test ! -d "$(DPKG_INSTDIR)/test-dir"
13 test-clean:
14 $(DPKG_PURGE) pkg-conffile
15 $(BEROOT) $(RM) -rf "$(DPKG_INSTDIR)/test-dir"