Author: ngie
Date: Fri Feb 10 07:59:41 2017
New Revision: 313543
URL: https://svnweb.freebsd.org/changeset/base/313543

Log:
  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

Modified:
  stable/11/usr.bin/sed/tests/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/sed/tests/Makefile
==============================================================================
--- stable/11/usr.bin/sed/tests/Makefile        Fri Feb 10 07:58:45 2017        
(r313542)
+++ stable/11/usr.bin/sed/tests/Makefile        Fri Feb 10 07:59:41 2017        
(r313543)
@@ -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>
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to