git: 331f2c1c4658 - main - libarchive: fix duplicate entry in tests Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Jun 2025 12:56:40 UTC
The branch main has been updated by mm:
URL: https://cgit.FreeBSD.org/src/commit/?id=331f2c1c46584510fa9104c86f31f44ece3838c5
commit 331f2c1c46584510fa9104c86f31f44ece3838c5
Author: Martin Matuska <mm@FreeBSD.org>
AuthorDate: 2025-06-02 12:55:00 +0000
Commit: Martin Matuska <mm@FreeBSD.org>
CommitDate: 2025-06-02 12:56:05 +0000
libarchive: fix duplicate entry in tests Makefile
Reported by: des
MFC after: 2 weeks (together with 2e113ef82)
---
lib/libarchive/tests/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile
index fb20d954537e..07c5fe24dd30 100644
--- a/lib/libarchive/tests/Makefile
+++ b/lib/libarchive/tests/Makefile
@@ -493,7 +493,6 @@ ${PACKAGE}FILES+= test_read_format_7zip_lzma2_arm64.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_lzma2_powerpc.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_lzma2_riscv.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_lzma2_sparc.7z.uu
-${PACKAGE}FILES+= test_read_format_7zip_lzma2_powerpc.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_malformed.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_malformed2.7z.uu
${PACKAGE}FILES+= test_read_format_7zip_packinfo_digests.7z.uu