xref: /freebsd/usr.bin/comm/tests/regress.sh (revision 2f834a0b41079f9be4dc33ff877d50a5fba869d4)
1# $FreeBSD$
2
3echo 1..3
4
5REGRESSION_START($1)
6
7REGRESSION_TEST(`00', `comm -12 ${SRCDIR}/regress.00a.in ${SRCDIR}/regress.00b.in')
8REGRESSION_TEST(`01', `comm -12 ${SRCDIR}/regress.01a.in ${SRCDIR}/regress.01b.in')
9REGRESSION_TEST(`02', `comm ${SRCDIR}/regress.02a.in ${SRCDIR}/regress.02b.in')
10
11REGRESSION_END()
12