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-conffile-forcemiss/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/t-conffile-forcemiss/Makefile (limited to 'tests/t-conffile-forcemiss/Makefile') diff --git a/tests/t-conffile-forcemiss/Makefile b/tests/t-conffile-forcemiss/Makefile new file mode 100644 index 0000000..ab36890 --- /dev/null +++ b/tests/t-conffile-forcemiss/Makefile @@ -0,0 +1,16 @@ +TESTS_DEB := pkg-conff-forcemiss-0 pkg-conff-forcemiss-1 + +include ../Test.mk + +test-case: + # Test if we get the new conffile after a missing one. + $(DPKG_INSTALL) pkg-conff-forcemiss-0.deb + $(BEROOT) rm "$(DPKG_INSTDIR)/test-conffile" + $(DPKG_INSTALL) pkg-conff-forcemiss-1.deb + ! test -f "$(DPKG_INSTDIR)/test-conffile" + $(DPKG_INSTALL) --force-confmiss pkg-conff-forcemiss-1.deb + cmp ref-conffile "$(DPKG_INSTDIR)/test-conffile" + $(DPKG_PURGE) pkg-conff-forcemiss + +test-clean: + $(DPKG_PURGE) pkg-conff-forcemiss -- cgit v1.2.3