Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Mar 2022 09:52:35 GMT
From:      Piotr Pawel Stefaniak <pstef@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1b3af110bcd5 - main - uudecode: add missing test files to Makefile
Message-ID:  <202203280952.22S9qZxB041229@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203280952.22S9qZxB041229>