xref: /freebsd/usr.bin/comm/tests/regress.sh (revision d6b92ffa)
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