mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
bintrans: reinstate a test case that I lost
Reported by: https://ci.freebsd.org/job/FreeBSD-main-amd64-test/21166
This commit is contained in:
parent
47bcbde91d
commit
f331cf9b04
1 changed files with 3 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue