summaryrefslogtreecommitdiffstats
path: root/tests/t-dir-leftover-parents/Makefile
blob: 35e271832d308089daeb26211a5a4702810eefc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TESTS_DEB := pkg-dir-shared pkg-dir-shared-notempty

include ../Test.mk

test-case:
	$(DPKG_INSTALL) pkg-dir-shared.deb
	$(DPKG_INSTALL) pkg-dir-shared-notempty.deb
	$(DPKG_REMOVE) pkg-dir-shared-notempty
	$(DPKG_PURGE) pkg-dir-shared
	$(DPKG_PURGE) pkg-dir-shared-notempty
	test ! -d "$(DPKG_INSTDIR)/test-dir"

test-clean:
	$(DPKG_PURGE) pkg-dir-shared
	$(DPKG_PURGE) pkg-dir-shared-notempty
	$(BEROOT) rm -rf "$(DPKG_INSTDIR)/test-dir"