Date: Sun, 22 Oct 2017 21:11:59 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r324872 - stable/10/usr.bin/bsdcat/tests Message-ID: <201710222111.v9MLBxHw063707@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710222111.v9MLBxHw063707>