]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - usr.bin/apply/tests/regress.sh
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / usr.bin / apply / tests / regress.sh
1 # $FreeBSD$
2
3 echo 1..2
4
5 REGRESSION_START($1)
6
7 REGRESSION_TEST(`00', `apply "echo %1 %1 %1 %1" $(cat ${SRCDIR}/regress.00.in)')
8 REGRESSION_TEST(`01', `sh ${SRCDIR}/regress.01.sh')
9
10 REGRESSION_END()