build: Add infrastructure for bash-completions
[dpkg.git] / tests / t-dir-leftover-conffile / Makefile
blob28ac9e91ec3a2f58ee0eff84ad3e7a9e9828f1a4
1 TESTS_DEB := pkg-dir-leftover-conffile
3 include ../Test.mk
5 test-case:
6 $(DPKG_INSTALL) pkg-dir-leftover-conffile.deb
7 $(DPKG_REMOVE) pkg-dir-leftover-conffile
8 $(DPKG_PURGE) pkg-dir-leftover-conffile
9 test ! -d '$(DPKG_INSTDIR)/test-dir'
11 test-clean:
12 $(DPKG_PURGE) pkg-dir-leftover-conffile
13 $(BEROOT) rm -rf '$(DPKG_INSTDIR)/test-dir'