svn commit: r368551 - head/usr.bin/calendar/tests

Stefan Eßer se at FreeBSD.org
Fri Dec 11 13:24:00 UTC 2020


Author: se
Date: Fri Dec 11 13:23:59 2020
New Revision: 368551
URL: https://svnweb.freebsd.org/changeset/base/368551

Log:
  Install 2 forgotten shell scripts required to run the tests
  
  Submitted by:		arichardson (Alexander Richardson)
  Differential Revision:	https://reviews.freebsd.org/D27568

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

Modified: head/usr.bin/calendar/tests/Makefile
==============================================================================
--- head/usr.bin/calendar/tests/Makefile	Fri Dec 11 08:04:54 2020	(r368550)
+++ head/usr.bin/calendar/tests/Makefile	Fri Dec 11 13:23:59 2020	(r368551)
@@ -10,9 +10,11 @@ TEST_METADATA.legacy_test+=	timeout="600"
 
 ${PACKAGE}FILES+=		calendar.comment
 ${PACKAGE}FILES+=		regress.comment.out
+${PACKAGE}FILES+=		comment.sh
 
 ${PACKAGE}FILES+=		calendar.cond
 ${PACKAGE}FILES+=		regress.cond.out
+${PACKAGE}FILES+=		cond.sh
 
 ${PACKAGE}FILES+=		calendar.calibrate
 ${PACKAGE}FILES+=		regress.a1.out


More information about the svn-src-head mailing list