svn commit: r339955 - head/usr.bin/sed/tests/regress.multitest.out

Yuri Pankov yuripv at FreeBSD.org
Wed Oct 31 15:04:42 UTC 2018


Author: yuripv
Date: Wed Oct 31 15:04:41 2018
New Revision: 339955
URL: https://svnweb.freebsd.org/changeset/base/339955

Log:
  usr.bin/sed/tests: fix one of the regression test cases by adding its
  results file to the build.
  
  Reviewed by:	kevans
  Approved by:	kib (mentor, implicit)
  Differential Revision:	https://reviews.freebsd.org/D17776

Modified:
  head/usr.bin/sed/tests/regress.multitest.out/Makefile

Modified: head/usr.bin/sed/tests/regress.multitest.out/Makefile
==============================================================================
--- head/usr.bin/sed/tests/regress.multitest.out/Makefile	Wed Oct 31 14:19:58 2018	(r339954)
+++ head/usr.bin/sed/tests/regress.multitest.out/Makefile	Wed Oct 31 15:04:41 2018	(r339955)
@@ -38,6 +38,7 @@ ${PACKAGE}FILES+=		2.2
 ${PACKAGE}FILES+=		2.20
 ${PACKAGE}FILES+=		2.21
 ${PACKAGE}FILES+=		2.22
+${PACKAGE}FILES+=		2.23
 ${PACKAGE}FILES+=		2.3
 ${PACKAGE}FILES+=		2.4
 ${PACKAGE}FILES+=		2.5


More information about the svn-src-all mailing list