summaryrefslogtreecommitdiffstats
path: root/usr.bin/comm/tests/regress.sh
blob: dcd0348e6abf1cd96f49841db051caf6f23f6693 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

echo 1..3

REGRESSION_START($1)

REGRESSION_TEST(`00', `comm -12 ${SRCDIR}/regress.00a.in ${SRCDIR}/regress.00b.in')
REGRESSION_TEST(`01', `comm -12 ${SRCDIR}/regress.01a.in ${SRCDIR}/regress.01b.in')
REGRESSION_TEST(`02', `comm ${SRCDIR}/regress.02a.in ${SRCDIR}/regress.02b.in')

REGRESSION_END()
OpenPOWER on IntegriCloud