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-conffile-forceask/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/t-conffile-forceask/Makefile (limited to 'tests/t-conffile-forceask/Makefile') diff --git a/tests/t-conffile-forceask/Makefile b/tests/t-conffile-forceask/Makefile new file mode 100644 index 0000000..c40e2fe --- /dev/null +++ b/tests/t-conffile-forceask/Makefile @@ -0,0 +1,16 @@ +TESTS_DEB := pkg-conff-forceask-0 pkg-conff-forceask-1 + +include ../Test.mk + +test-case: + + # Test that we get the new conffile after a modified one. + $(DPKG_INSTALL) pkg-conff-forceask-0.deb + $(BEROOT) cp mod-conffile "$(DPKG_INSTDIR)/test-conffile" + $(DPKG_INSTALL) --force-confask --force-confnew pkg-conff-forceask-1.deb + cmp mod-conffile "$(DPKG_INSTDIR)/test-conffile.dpkg-old" + cmp ref-conffile "$(DPKG_INSTDIR)/test-conffile" + $(DPKG_PURGE) pkg-conff-forceask + +test-clean: + $(DPKG_PURGE) pkg-conff-forceask -- cgit v1.2.3