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

Li-Wen Hsu lwhsu at FreeBSD.org
Mon May 20 18:07:46 UTC 2019


Author: lwhsu
Date: Mon May 20 18:07:45 2019
New Revision: 347999
URL: https://svnweb.freebsd.org/changeset/base/347999

Log:
  Install missing data file for
  lib.libarchive.functional_test.test_read_format_zip_utf8_paths
  
  MFC after:	2 weeks (with r347989)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lib/libarchive/tests/Makefile

Modified: head/lib/libarchive/tests/Makefile
==============================================================================
--- head/lib/libarchive/tests/Makefile	Mon May 20 17:43:58 2019	(r347998)
+++ head/lib/libarchive/tests/Makefile	Mon May 20 18:07:45 2019	(r347999)
@@ -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-head mailing list