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-unpack-symlink/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/t-unpack-symlink/Makefile (limited to 'tests/t-unpack-symlink/Makefile') diff --git a/tests/t-unpack-symlink/Makefile b/tests/t-unpack-symlink/Makefile new file mode 100644 index 0000000..09287f4 --- /dev/null +++ b/tests/t-unpack-symlink/Makefile @@ -0,0 +1,12 @@ +TESTS_DEB := pkg-symlink + +include ../Test.mk + +test-case: + # test unpacking symlinks + $(DPKG_INSTALL) pkg-symlink.deb + $(call pkg_is_installed,pkg-symlink) + +test-clean: + $(DPKG_PURGE) pkg-symlink + -- cgit v1.2.3