svn commit: r317038 - head/bin/sh/tests/parser

Jilles Tjoelker jilles at FreeBSD.org
Sun Apr 16 21:57:26 UTC 2017


Author: jilles
Date: Sun Apr 16 21:57:25 2017
New Revision: 317038
URL: https://svnweb.freebsd.org/changeset/base/317038

Log:
  sh: Link the new test to the build.

Modified:
  head/bin/sh/tests/parser/Makefile

Modified: head/bin/sh/tests/parser/Makefile
==============================================================================
--- head/bin/sh/tests/parser/Makefile	Sun Apr 16 21:42:43 2017	(r317037)
+++ head/bin/sh/tests/parser/Makefile	Sun Apr 16 21:57:25 2017	(r317038)
@@ -23,6 +23,7 @@ ${PACKAGE}FILES+=	alias13.0
 ${PACKAGE}FILES+=	alias14.0
 ${PACKAGE}FILES+=	alias15.0 alias15.0.stdout
 ${PACKAGE}FILES+=	alias16.0
+${PACKAGE}FILES+=	alias17.0
 ${PACKAGE}FILES+=	and-pipe-not.0
 ${PACKAGE}FILES+=	case1.0
 ${PACKAGE}FILES+=	case2.0


More information about the svn-src-head mailing list