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" _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"