Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2015 20:38:48 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276723 - head/bin/cat/tests
Message-ID:  <201501052038.t05KcmGl028916@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Jan  5 20:38:47 2015
New Revision: 276723
URL: https://svnweb.freebsd.org/changeset/base/276723

Log:
  Install d_align.{in,out} for the :align test
  
  X-MFC with: r276669
  Pointyhat to: me

Modified:
  head/bin/cat/tests/Makefile

Modified: head/bin/cat/tests/Makefile
==============================================================================
--- head/bin/cat/tests/Makefile	Mon Jan  5 20:34:06 2015	(r276722)
+++ head/bin/cat/tests/Makefile	Mon Jan  5 20:38:47 2015	(r276723)
@@ -8,6 +8,11 @@ TESTSDIR=	${TESTSBASE}/bin/cat
 
 NETBSD_ATF_TESTS_SH=		cat_test
 
+FILESDIR=	${TESTSDIR}
+
+FILES=		d_align.in
+FILES+=		d_align.out
+
 .include <netbsd-tests.test.mk>
 
 .include <bsd.test.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501052038.t05KcmGl028916>