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