uudecode: add missing test files to Makefile

Fixes:		9f3203c003 "uudecode: correct error message"
This commit is contained in:
Piotr Pawel Stefaniak 2022-03-28 11:49:22 +02:00
parent 029c1c4828
commit 1b3af110bc

View File

@ -8,5 +8,6 @@ ${PACKAGE}FILES+= regress.base64.out
${PACKAGE}FILES+= regress.in
${PACKAGE}FILES+= regress.sh
${PACKAGE}FILES+= regress.traditional.out
${PACKAGE}FILES+= regress.153276.in regress.153276.out
.include <bsd.test.mk>