From beeed5993e9f63f3adf7f157c8af4bc362d8aaa6 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 15 Mar 2017 06:18:14 +0000 Subject: [PATCH] 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 --- usr.bin/diff/tests/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/usr.bin/diff/tests/Makefile b/usr.bin/diff/tests/Makefile index e19f804b98f..995641e3316 100644 --- a/usr.bin/diff/tests/Makefile +++ b/usr.bin/diff/tests/Makefile @@ -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 + .include