git: f331cf9b043a - main - bintrans: reinstate a test case that I lost
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 11:56:26 UTC
The branch main has been updated by pstef: URL: https://cgit.FreeBSD.org/src/commit/?id=f331cf9b043a7e5ad4fd22ed9908c5f59da744d4 commit f331cf9b043a7e5ad4fd22ed9908c5f59da744d4 Author: Piotr Pawel Stefaniak <pstef@FreeBSD.org> AuthorDate: 2022-04-18 11:51:26 +0000 Commit: Piotr Pawel Stefaniak <pstef@FreeBSD.org> CommitDate: 2022-04-18 11:53:58 +0000 bintrans: reinstate a test case that I lost Reported by: https://ci.freebsd.org/job/FreeBSD-main-amd64-test/21166 --- usr.bin/bintrans/tests/regress.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr.bin/bintrans/tests/regress.sh b/usr.bin/bintrans/tests/regress.sh index ee6c2d606df4..b2c29d738c5f 100644 --- a/usr.bin/bintrans/tests/regress.sh +++ b/usr.bin/bintrans/tests/regress.sh @@ -9,4 +9,7 @@ REGRESSION_TEST(`base64', `uuencode -m regress.in <${SRCDIR}/regress.in') REGRESSION_TEST_ONE(`uudecode -p <${SRCDIR}/regress.traditional.in', `traditional') REGRESSION_TEST_ONE(`uudecode -p <${SRCDIR}/regress.base64.in', `base64') +# was uudecode: stdin: /dev/null: character out of range: [33-96] +REGRESSION_TEST(`153276', `uudecode -o /dev/null <${SRCDIR}/regress.153276.in 2>&1') + REGRESSION_END()