From ea314d2f45c40a006c0104157013ab4b857f665f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 20:35:28 +0200 Subject: Adding upstream version 1.22.4. Signed-off-by: Daniel Baumann --- tests/t-dir-leftover-deadlock/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/t-dir-leftover-deadlock/Makefile (limited to 'tests/t-dir-leftover-deadlock/Makefile') diff --git a/tests/t-dir-leftover-deadlock/Makefile b/tests/t-dir-leftover-deadlock/Makefile new file mode 100644 index 0000000..e0f381f --- /dev/null +++ b/tests/t-dir-leftover-deadlock/Makefile @@ -0,0 +1,17 @@ +TESTS_DEB := pkg-dir-shared-0 pkg-dir-shared-1 + +include ../Test.mk + +test-case: + $(DPKG_INSTALL) pkg-dir-shared-0.deb + $(DPKG_INSTALL) pkg-dir-shared-1.deb + $(DPKG_REMOVE) pkg-dir-shared-1 + $(DPKG_REMOVE) pkg-dir-shared-0 + $(DPKG_PURGE) pkg-dir-shared-0 + $(DPKG_PURGE) pkg-dir-shared-1 + test ! -d '$(DPKG_INSTDIR)/test-dir' + +test-clean: + $(DPKG_PURGE) pkg-dir-shared-0 + $(DPKG_PURGE) pkg-dir-shared-1 + $(BEROOT) rm -rf '$(DPKG_INSTDIR)/test-dir' -- cgit v1.2.3