From 61b797bd1392937f2dc385ea20f4db83a92a0142 Mon Sep 17 00:00:00 2001 From: ngie Date: Wed, 13 May 2015 10:03:21 +0000 Subject: 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 --- lib/libc/tests/db/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libc') 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" -- cgit v1.1