diff options
author | Piotr Pawel Stefaniak <pstef@FreeBSD.org> | 2022-04-18 11:51:26 +0000 |
---|---|---|
committer | Piotr Pawel Stefaniak <pstef@FreeBSD.org> | 2022-04-18 11:53:58 +0000 |
commit | f331cf9b043a7e5ad4fd22ed9908c5f59da744d4 (patch) | |
tree | e3381cc452363bea2fa070e0cd59a900dddb28cd /usr.bin/bintrans | |
parent | 47bcbde91dea630d4996b1a7b2c33925fe8d5b5b (diff) | |
download | src-f331cf9b043a7e5ad4fd22ed9908c5f59da744d4.tar.gz src-f331cf9b043a7e5ad4fd22ed9908c5f59da744d4.zip |
Diffstat (limited to 'usr.bin/bintrans')
-rw-r--r-- | usr.bin/bintrans/tests/regress.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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() |