svn commit: r351339 - stable/12/lib/libarchive/tests
Mark Johnston
markj at FreeBSD.org
Wed Aug 21 16:17:54 UTC 2019
Author: markj
Date: Wed Aug 21 16:17:54 2019
New Revision: 351339
URL: https://svnweb.freebsd.org/changeset/base/351339
Log:
MFC r350423:
Remove a duplicate file listing in the libarchive tests.
Modified:
stable/12/lib/libarchive/tests/Makefile
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/lib/libarchive/tests/Makefile
==============================================================================
--- stable/12/lib/libarchive/tests/Makefile Wed Aug 21 16:17:22 2019 (r351338)
+++ stable/12/lib/libarchive/tests/Makefile Wed Aug 21 16:17:54 2019 (r351339)
@@ -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-stable-12
mailing list