svn commit: r282834 - stable/10/lib/libc/tests/db

Garrett Cooper ngie at FreeBSD.org
Wed May 13 10:03:22 UTC 2015


Author: ngie
Date: Wed May 13 10:03:21 2015
New Revision: 282834
URL: https://svnweb.freebsd.org/changeset/base/282834

Log:
  MFC r281967:
  
  Assuming a system has /bin/csh on it is a bad idea (especially it being
  optional on FreeBSD). Look for /bin/cat instead

Modified:
  stable/10/lib/libc/tests/db/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/tests/db/Makefile
==============================================================================
--- stable/10/lib/libc/tests/db/Makefile	Wed May 13 08:58:06 2015	(r282833)
+++ stable/10/lib/libc/tests/db/Makefile	Wed May 13 10:03:21 2015	(r282834)
@@ -11,6 +11,7 @@ FILESDIR=	${TESTSDIR}
 FILES=		README
 
 NETBSD_ATF_TESTS_SH+=	db_test
+ATF_TESTS_SH_SED_db_test=	-e 's,/bin/csh,/bin/cat,g'
 
 .include "../Makefile.netbsd-tests"
 


More information about the svn-src-all mailing list