mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 15:12:44 +00:00
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
This commit is contained in:
parent
364c403f31
commit
eb084952c9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=282834
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user