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