From b86570f63e533abcbcb97c2572e0e5732a96307b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 11:40:31 +0200 Subject: Adding upstream version 1.20.13. Signed-off-by: Daniel Baumann --- tests/t-conflict-provide-replace-real/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/t-conflict-provide-replace-real/Makefile (limited to 'tests/t-conflict-provide-replace-real/Makefile') diff --git a/tests/t-conflict-provide-replace-real/Makefile b/tests/t-conflict-provide-replace-real/Makefile new file mode 100644 index 0000000..84334ce --- /dev/null +++ b/tests/t-conflict-provide-replace-real/Makefile @@ -0,0 +1,13 @@ +TESTS_DEB := pkg-a pkg-b + +include ../Test.mk + +test-case: + $(DPKG_INSTALL) pkg-a.deb + # test if the replacing package takes over on install + $(DPKG_INSTALL) pkg-b.deb + +test-clean: + $(DPKG_PURGE) pkg-b + -$(DPKG_PURGE) pkg-a + -- cgit v1.2.3