From b516ac7435d2da777215ff2b594493b43d321369 Mon Sep 17 00:00:00 2001 From: se Date: Fri, 11 Dec 2020 13:23:59 +0000 Subject: [PATCH] Install 2 forgotten shell scripts required to run the tests Submitted by: arichardson (Alexander Richardson) Differential Revision: https://reviews.freebsd.org/D27568 --- usr.bin/calendar/tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/calendar/tests/Makefile b/usr.bin/calendar/tests/Makefile index 69c2d87a4f6f..281207a61a43 100644 --- a/usr.bin/calendar/tests/Makefile +++ b/usr.bin/calendar/tests/Makefile @@ -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