]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/regression/usr.bin/comm/regress.sh
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / tools / regression / usr.bin / comm / regress.sh
1 # $FreeBSD$
2
3 LC_ALL=C; export LC_ALL
4
5 echo 1..3
6
7 REGRESSION_START($1)
8
9 REGRESSION_TEST(`00', `comm -12 regress.00a.in regress.00b.in')
10 REGRESSION_TEST(`01', `comm -12 regress.01a.in regress.01b.in')
11 REGRESSION_TEST(`02', `comm regress.02a.in regress.02b.in')
12
13 REGRESSION_END()