xref: /freebsd/usr.bin/bintrans/tests/regress.sh (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
147bcbde9SPiotr Pawel Stefaniak
247bcbde9SPiotr Pawel Stefaniakecho 1..5
347bcbde9SPiotr Pawel Stefaniak
447bcbde9SPiotr Pawel StefaniakREGRESSION_START($1)
547bcbde9SPiotr Pawel Stefaniak
647bcbde9SPiotr Pawel StefaniakREGRESSION_TEST(`traditional', `uuencode regress.in <${SRCDIR}/regress.in')
747bcbde9SPiotr Pawel StefaniakREGRESSION_TEST(`base64', `uuencode -m regress.in <${SRCDIR}/regress.in')
847bcbde9SPiotr Pawel StefaniakREGRESSION_TEST_ONE(`uudecode -p <${SRCDIR}/regress.traditional.in', `traditional')
947bcbde9SPiotr Pawel StefaniakREGRESSION_TEST_ONE(`uudecode -p <${SRCDIR}/regress.base64.in', `base64')
1047bcbde9SPiotr Pawel Stefaniak
11*f331cf9bSPiotr Pawel Stefaniak# was uudecode: stdin: /dev/null: character out of range: [33-96]
12*f331cf9bSPiotr Pawel StefaniakREGRESSION_TEST(`153276', `uudecode -o /dev/null <${SRCDIR}/regress.153276.in 2>&1')
13*f331cf9bSPiotr Pawel Stefaniak
1447bcbde9SPiotr Pawel StefaniakREGRESSION_END()
15