svn commit: r324872 - stable/10/usr.bin/bsdcat/tests
Ngie Cooper
ngie at FreeBSD.org
Sun Oct 22 21:12:00 UTC 2017
Author: ngie
Date: Sun Oct 22 21:11:59 2017
New Revision: 324872
URL: https://svnweb.freebsd.org/changeset/base/324872
Log:
Install missing test input file missed in r324418
While here, remove an unnecessary PACKAGE variable definition (only applies to
^/stable/11+).
This is a direct commit to ^/stable/10
Modified:
stable/10/usr.bin/bsdcat/tests/Makefile
Modified: stable/10/usr.bin/bsdcat/tests/Makefile
==============================================================================
--- stable/10/usr.bin/bsdcat/tests/Makefile Sun Oct 22 21:00:59 2017 (r324871)
+++ stable/10/usr.bin/bsdcat/tests/Makefile Sun Oct 22 21:11:59 2017 (r324872)
@@ -1,7 +1,5 @@
# $FreeBSD$
-PACKAGE= tests
-
_LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive
ATF_TESTS_SH+= functional_test
@@ -61,6 +59,7 @@ CLEANFILES+= list.h list.h.tmp
FILES+= test_empty.gz.uu
FILES+= test_empty.lz4.uu
FILES+= test_empty.xz.uu
+FILES+= test_empty.zst.uu
FILES+= test_expand.Z.uu
FILES+= test_expand.bz2.uu
FILES+= test_expand.gz.uu
More information about the svn-src-all
mailing list