]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/usr.bin/uudecode/regress.sh
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / regression / usr.bin / uudecode / regress.sh
1 # $FreeBSD$
2
3 echo 1..2
4
5 REGRESSION_START($1)
6
7 REGRESSION_TEST_ONE(`uudecode -p < regress.traditional.in', `traditional')
8 REGRESSION_TEST_ONE(`uudecode -p < regress.base64.in', `base64')
9
10 REGRESSION_END()