summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-10 07:59:41 +0000
committerngie <ngie@FreeBSD.org>2017-02-10 07:59:41 +0000
commita3333518b3765c87587c4a47863f1a9ebdaf3634 (patch)
tree60992821b6631956852cd7defe27b3dc35267aa3 /usr.bin/sed
parent36d2ca2cdba4416eb81f8ef71437c89b1bef8a71 (diff)
downloadFreeBSD-src-a3333518b3765c87587c4a47863f1a9ebdaf3634.zip
FreeBSD-src-a3333518b3765c87587c4a47863f1a9ebdaf3634.tar.gz
MFC r312520:
Integrate contrib/netbsd-tests/usr.bin/sed/t_sed.sh into the FreeBSD test suite as usr.bin/sed/sed_test Don't expect :emptybackref to fail -- it succeeds on FreeBSD
Diffstat (limited to 'usr.bin/sed')
-rw-r--r--usr.bin/sed/tests/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/sed/tests/Makefile b/usr.bin/sed/tests/Makefile
index 0d017e1..c157af8 100644
--- a/usr.bin/sed/tests/Makefile
+++ b/usr.bin/sed/tests/Makefile
@@ -2,11 +2,15 @@
PACKAGE= tests
+NETBSD_ATF_TESTS_SH+= sed_test
TAP_TESTS_SH= legacy_test
TAP_TESTS_SH+= multi_test
TEST_METADATA.multi_test+= required_files="/usr/share/dict/words"
TAP_TESTS_SH+= inplace_race_test
+ATF_TESTS_SH_SED_sed_test+= -e 's,atf_expect_fail "PR bin/28126",,g'
+${PACKAGE}FILES+= d_c2048.in
+
${PACKAGE}FILES+= hanoi.sed
${PACKAGE}FILES+= math.sed
${PACKAGE}FILES+= regress.G.out
@@ -35,4 +39,5 @@ ${PACKAGE}FILES+= regress.y.out
SUBDIR= regress.multitest.out
+.include <netbsd-tests.test.mk>
.include <bsd.test.mk>
OpenPOWER on IntegriCloud