svn commit: r358967 - stable/12/lib/libarchive/tests

Li-Wen Hsu lwhsu at FreeBSD.org
Fri Mar 13 20:57:03 UTC 2020


Author: lwhsu
Date: Fri Mar 13 20:57:02 2020
New Revision: 358967
URL: https://svnweb.freebsd.org/changeset/base/358967

Log:
  Complete MFC r358533
  
  Sponsored by:	The FreeBSD Foundation

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	Fri Mar 13 18:45:36 2020	(r358966)
+++ stable/12/lib/libarchive/tests/Makefile	Fri Mar 13 20:57:02 2020	(r358967)
@@ -595,6 +595,7 @@ ${PACKAGE}FILES+=	test_read_format_zip_length_at_end.z
 ${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_multi.zipx.uu
+${PACKAGE}FILES+=	test_read_format_zip_lzma_stream_end.zipx.uu
 ${PACKAGE}FILES+=	test_read_format_zip_mac_metadata.zip.uu
 ${PACKAGE}FILES+=	test_read_format_zip_malformed1.zip.uu
 ${PACKAGE}FILES+=	test_read_format_zip_msdos.zip.uu


More information about the svn-src-all mailing list