From cbffab246997fb5a06211dfb706b54e5ae5bb59f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:58:51 +0200 Subject: Adding upstream version 1.21.22. Signed-off-by: Daniel Baumann --- tests/t-failinst-failrm/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/t-failinst-failrm/Makefile (limited to 'tests/t-failinst-failrm/Makefile') diff --git a/tests/t-failinst-failrm/Makefile b/tests/t-failinst-failrm/Makefile new file mode 100644 index 0000000..325c7ef --- /dev/null +++ b/tests/t-failinst-failrm/Makefile @@ -0,0 +1,12 @@ +TESTS_DEB := pkg-failinst-failrm-0 pkg-failinst-failrm-1 + +include ../Test.mk + +test-case: + -$(DPKG_INSTALL) pkg-failinst-failrm-0.deb + $(call pkg_status_is,pkg-failinst-failrm,install ok half-configured) + +test-clean: + # Upgrade to a working version to allow the purge. + -$(DPKG_INSTALL) pkg-failinst-failrm-1.deb + $(DPKG_PURGE) pkg-failinst-failrm -- cgit v1.2.3