From: ngie Date: Sun, 18 Oct 2015 05:49:58 +0000 (+0000) Subject: Integrate contrib/netbsd-tests/bin/dd into the FreeBSD test suite as X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8b6c22e2879027d27992797f42655171328c46d2;p=people%2Fjulieng%2Ffreebsd.git Integrate contrib/netbsd-tests/bin/dd into the FreeBSD test suite as bin/dd/tests Ensure fdescfs is mounted on /dev/fd/ for the length testcase as it's used in validating the characters read from /dev/zero MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division --- 8b6c22e2879027d27992797f42655171328c46d2 diff --cc bin/dd/tests/Makefile index 000000000000,40fb114642cd..dd04af915887 mode 000000,100644..100644 --- a/bin/dd/tests/Makefile +++ b/bin/dd/tests/Makefile @@@ -1,0 -1,7 +1,7 @@@ + # $FreeBSD$ + -NETBSD_ATF_TESTS_SH= dd ++NETBSD_ATF_TESTS_SH= dd_test + + .include + + .include