]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/comm/tests/regress.sh
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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()