Integrate contrib/netbsd-tests/usr.bin/diff/t_diff.sh in as

.../usr.bin/diff/diff_test

Some minor adjustment needed to be done for :same as it currently
has the test script hardcoded into the test, instead of using an
idiom like $(dirname $0)

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
This commit is contained in:
ngie 2017-03-15 06:18:14 +00:00
parent f5795dcff8
commit ab4cd8d300

View File

@ -21,4 +21,14 @@ ${PACKAGE}FILES+= \
unified_c9999.out \
unified_9999.out
NETBSD_ATF_TESTS_SH+= diff_test
${PACKAGE}FILES+= \
d_mallocv1.in \
d_mallocv2.in
ATF_TESTS_SH_SED_diff_test+= -e 's,t_diff,diff_test,g'
.include <netbsd-tests.test.mk>
.include <bsd.test.mk>