]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/comm/tests/regress.sh
MFC various moves of tools/regressions/ tests to the new infrastructure.
[FreeBSD/stable/10.git] / usr.bin / comm / tests / regress.sh
1 # $FreeBSD$
2
3 echo 1..3
4
5 REGRESSION_START($1)
6
7 REGRESSION_TEST(`00', `comm -12 ${SRCDIR}/regress.00a.in ${SRCDIR}/regress.00b.in')
8 REGRESSION_TEST(`01', `comm -12 ${SRCDIR}/regress.01a.in ${SRCDIR}/regress.01b.in')
9 REGRESSION_TEST(`02', `comm ${SRCDIR}/regress.02a.in ${SRCDIR}/regress.02b.in')
10
11 REGRESSION_END()