svn commit: r350423 - head/lib/libarchive/tests

Mark Johnston markj at FreeBSD.org
Mon Jul 29 20:37:05 UTC 2019


Author: markj
Date: Mon Jul 29 20:37:04 2019
New Revision: 350423
URL: https://svnweb.freebsd.org/changeset/base/350423

Log:
  Remove a duplicate file listing in the libarchive tests.
  
  MFC after:	3 days

Modified:
  head/lib/libarchive/tests/Makefile

Modified: head/lib/libarchive/tests/Makefile
==============================================================================
--- head/lib/libarchive/tests/Makefile	Mon Jul 29 20:31:28 2019	(r350422)
+++ head/lib/libarchive/tests/Makefile	Mon Jul 29 20:37:04 2019	(r350423)
@@ -581,7 +581,6 @@ ${PACKAGE}FILES+=	test_read_format_zip_jar.jar.uu
 ${PACKAGE}FILES+=	test_read_format_zip_length_at_end.zip.uu
 ${PACKAGE}FILES+=	test_read_format_zip_lzma_alone_leak.zipx.uu
 ${PACKAGE}FILES+=	test_read_format_zip_lzma.zipx.uu
-${PACKAGE}FILES+=	test_read_format_zip_lzma.zipx.uu
 ${PACKAGE}FILES+=	test_read_format_zip_lzma_multi.zipx.uu
 ${PACKAGE}FILES+=	test_read_format_zip_mac_metadata.zip.uu
 ${PACKAGE}FILES+=	test_read_format_zip_malformed1.zip.uu


More information about the svn-src-head mailing list