Date: Sat, 25 Apr 2015 04:35:44 +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: r281967 - head/lib/libc/tests/db Message-ID: <201504250435.t3P4Zipv048832@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Sat Apr 25 04:35:43 2015 New Revision: 281967 URL: https://svnweb.freebsd.org/changeset/base/281967 Log: Assuming a system has /bin/csh on it is a bad idea (especially it being optional on FreeBSD). Look for /bin/cat instead MFC after: 3 days Modified: head/lib/libc/tests/db/Makefile Directory Properties: head/ (props changed) Modified: head/lib/libc/tests/db/Makefile ============================================================================== --- head/lib/libc/tests/db/Makefile Sat Apr 25 04:30:01 2015 (r281966) +++ head/lib/libc/tests/db/Makefile Sat Apr 25 04:35:43 2015 (r281967) @@ -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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504250435.t3P4Zipv048832>