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

Martin Matuska mm at FreeBSD.org
Tue Jun 4 10:28:51 UTC 2019


Author: mm
Date: Tue Jun  4 10:28:50 2019
New Revision: 348606
URL: https://svnweb.freebsd.org/changeset/base/348606

Log:
  MFC r347999:
  
  Install missing data file for
  lib.libarchive.functional_test.test_read_format_zip_utf8_paths

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	Tue Jun  4 10:20:56 2019	(r348605)
+++ stable/12/lib/libarchive/tests/Makefile	Tue Jun  4 10:28:50 2019	(r348606)
@@ -557,6 +557,7 @@ ${PACKAGE}FILES+=	test_read_format_ustar_filename_eucj
 ${PACKAGE}FILES+=	test_read_format_ustar_filename_koi8r.tar.Z.uu
 ${PACKAGE}FILES+=	test_read_format_warc.warc.uu
 ${PACKAGE}FILES+=	test_read_format_zip.zip.uu
+${PACKAGE}FILES+=	test_read_format_zip_7075_utf8_paths.zip.uu
 ${PACKAGE}FILES+=	test_read_format_zip_bz2_hang.zip.uu
 ${PACKAGE}FILES+=	test_read_format_zip_bzip2.zipx.uu
 ${PACKAGE}FILES+=	test_read_format_zip_bzip2_multi.zipx.uu


More information about the svn-src-all mailing list