git: 1b3af110bcd5 - main - uudecode: add missing test files to Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Mar 2022 09:52:35 UTC
The branch main has been updated by pstef:
URL: https://cgit.FreeBSD.org/src/commit/?id=1b3af110bcd522a077f01350b6a51b3ffe434393
commit 1b3af110bcd522a077f01350b6a51b3ffe434393
Author: Piotr Pawel Stefaniak <pstef@FreeBSD.org>
AuthorDate: 2022-03-28 09:49:22 +0000
Commit: Piotr Pawel Stefaniak <pstef@FreeBSD.org>
CommitDate: 2022-03-28 09:51:39 +0000
uudecode: add missing test files to Makefile
Fixes: 9f3203c00314 "uudecode: correct error message"
---
usr.bin/uuencode/tests/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/usr.bin/uuencode/tests/Makefile b/usr.bin/uuencode/tests/Makefile
index 2c7f18c36328..fd231e768bcc 100644
--- a/usr.bin/uuencode/tests/Makefile
+++ b/usr.bin/uuencode/tests/Makefile
@@ -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>