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

Li-Wen Hsu lwhsu at FreeBSD.org
Sat Jun 29 10:58:32 UTC 2019


Author: lwhsu
Date: Sat Jun 29 10:58:31 2019
New Revision: 349538
URL: https://svnweb.freebsd.org/changeset/base/349538

Log:
  Install missing test data file
  
  MFC with:	r349527
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lib/libarchive/tests/Makefile

Modified: head/lib/libarchive/tests/Makefile
==============================================================================
--- head/lib/libarchive/tests/Makefile	Sat Jun 29 09:14:53 2019	(r349537)
+++ head/lib/libarchive/tests/Makefile	Sat Jun 29 10:58:31 2019	(r349538)
@@ -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


More information about the svn-src-head mailing list