summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/comm/regress.sh
blob: 774093f0c4249b7686473319a421b4b7fa3619f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

LC_ALL=C; export LC_ALL

echo 1..3

REGRESSION_START($1)

REGRESSION_TEST(`00', `comm -12 regress.00a.in regress.00b.in')
REGRESSION_TEST(`01', `comm -12 regress.01a.in regress.01b.in')
REGRESSION_TEST(`02', `comm regress.02a.in regress.02b.in')

REGRESSION_END()
OpenPOWER on IntegriCloud