svn commit: r266948 - head/usr.bin/printf/tests

Jilles Tjoelker jilles at FreeBSD.org
Sun Jun 1 13:33:22 UTC 2014


Author: jilles
Date: Sun Jun  1 13:33:22 2014
New Revision: 266948
URL: http://svnweb.freebsd.org/changeset/base/266948

Log:
  printf: Install tests/regress.missingpos1.out, fixing tests.

Modified:
  head/usr.bin/printf/tests/Makefile

Modified: head/usr.bin/printf/tests/Makefile
==============================================================================
--- head/usr.bin/printf/tests/Makefile	Sun Jun  1 11:25:34 2014	(r266947)
+++ head/usr.bin/printf/tests/Makefile	Sun Jun  1 13:33:22 2014	(r266948)
@@ -15,6 +15,7 @@ FILES+=		regress.m2.out
 FILES+=		regress.m3.out
 FILES+=		regress.m4.out
 FILES+=		regress.m5.out
+FILES+=		regress.missingpos1.out
 FILES+=		regress.s.out
 FILES+=		regress.sh
 FILES+=		regress.zero.out


More information about the svn-src-head mailing list