From 08c31a3d383d7f591100b27babd859562f19b78b Mon Sep 17 00:00:00 2001 From: lwhsu Date: Mon, 20 May 2019 18:07:45 +0000 Subject: [PATCH] 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 --- lib/libarchive/tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libarchive/tests/Makefile b/lib/libarchive/tests/Makefile index fe0bec315ad..e9c51c97aa5 100644 --- a/lib/libarchive/tests/Makefile +++ b/lib/libarchive/tests/Makefile @@ -557,6 +557,7 @@ ${PACKAGE}FILES+= test_read_format_ustar_filename_eucjp.tar.Z.uu ${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 -- 2.45.0