]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/uudecode/tests/regress.sh
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.bin / uudecode / tests / regress.sh
1 # $FreeBSD$
2
3 echo 1..2
4
5 REGRESSION_START($1)
6
7 REGRESSION_TEST_ONE(`uudecode -p <${SRCDIR}/regress.traditional.in', `traditional')
8 REGRESSION_TEST_ONE(`uudecode -p <${SRCDIR}/regress.base64.in', `base64')
9
10 REGRESSION_END()