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-disappear/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/t-disappear/Makefile (limited to 'tests/t-disappear/Makefile') diff --git a/tests/t-disappear/Makefile b/tests/t-disappear/Makefile new file mode 100644 index 0000000..573c334 --- /dev/null +++ b/tests/t-disappear/Makefile @@ -0,0 +1,14 @@ +TESTS_DEB := pkg-normal pkg-disappear-0 pkg-disappear-1 + +include ../Test.mk + +test-case: + # test disappearing package + $(DPKG_INSTALL) pkg-disappear-0.deb + $(DPKG_INSTALL) pkg-disappear-1.deb + $(DPKG_INSTALL) pkg-normal.deb + +test-clean: + -$(DPKG_PURGE) pkg-disappear + $(DPKG_PURGE) pkg-normal + -- cgit v1.2.3