From 42b1c3af5e19adf3fd120d3e5598faaad55754bb Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Sat, 29 Jun 2019 10:58:31 +0000 Subject: [PATCH] Install missing test data file MFC with: r349527 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 be3d13549362..081e6e554af6 100644 --- a/lib/libarchive/tests/Makefile +++ b/lib/libarchive/tests/Makefile @@ -512,6 +512,7 @@ ${PACKAGE}FILES+= test_read_format_rar_subblock.rar.uu ${PACKAGE}FILES+= test_read_format_rar_unicode.rar.uu ${PACKAGE}FILES+= test_read_format_rar_windows.rar.uu ${PACKAGE}FILES+= test_read_format_rar5_arm.rar.uu +${PACKAGE}FILES+= test_read_format_rar5_arm_filter_on_window_boundary.rar.uu ${PACKAGE}FILES+= test_read_format_rar5_blake2.rar.uu ${PACKAGE}FILES+= test_read_format_rar5_compressed.rar.uu ${PACKAGE}FILES+= test_read_format_rar5_different_window_size.rar.uu