svn commit: r358968 - stable/11/lib/libarchive/tests

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


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

Log:
  Complete MFC r358533
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/lib/libarchive/tests/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libarchive/tests/Makefile
==============================================================================
--- stable/11/lib/libarchive/tests/Makefile	Fri Mar 13 20:57:02 2020	(r358967)
+++ stable/11/lib/libarchive/tests/Makefile	Fri Mar 13 20:59:02 2020	(r358968)
@@ -593,6 +593,7 @@ ${PACKAGE}FILES+=	test_read_format_zip_lzma_alone_leak
 ${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_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-stable mailing list