freebsd_amp_hwpstate/usr.bin/uudecode/tests/regress.sh

11 lines
222 B
Bash

# $FreeBSD$
echo 1..2
REGRESSION_START($1)
REGRESSION_TEST_ONE(`uudecode -p <${SRCDIR}/regress.traditional.in', `traditional')
REGRESSION_TEST_ONE(`uudecode -p <${SRCDIR}/regress.base64.in', `base64')
REGRESSION_END()