summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-05-13 10:03:21 +0000
committerngie <ngie@FreeBSD.org>2015-05-13 10:03:21 +0000
commit61b797bd1392937f2dc385ea20f4db83a92a0142 (patch)
treeab45657d54ec5821747c5d83f6c3784324a8b587 /lib
parentc5564a3d251d4b2c34fbc95a66248b34654a3a83 (diff)
downloadFreeBSD-src-61b797bd1392937f2dc385ea20f4db83a92a0142.zip
FreeBSD-src-61b797bd1392937f2dc385ea20f4db83a92a0142.tar.gz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/tests/db/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/tests/db/Makefile b/lib/libc/tests/db/Makefile
index 323a9f0..ed1d6ca 100644
--- a/lib/libc/tests/db/Makefile
+++ b/lib/libc/tests/db/Makefile
@@ -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"
OpenPOWER on IntegriCloud