]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/join/tests/regress.sh
MFC various moves of tools/regressions/ tests to the new infrastructure.
[FreeBSD/stable/10.git] / usr.bin / join / tests / regress.sh
1 # $FreeBSD$
2
3 echo 1..1
4
5 REGRESSION_START($1)
6
7 REGRESSION_TEST_ONE(`join -t , -a1 -a2 -e "(unknown)" -o 0,1.2,2.2 ${SRCDIR}/regress.1.in ${SRCDIR}/regress.2.in')
8
9 REGRESSION_END()