diff options
Diffstat (limited to 'usr.bin/comm/tests/regress.sh')
-rw-r--r-- | usr.bin/comm/tests/regress.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/comm/tests/regress.sh b/usr.bin/comm/tests/regress.sh new file mode 100644 index 000000000000..b5f6808a62d9 --- /dev/null +++ b/usr.bin/comm/tests/regress.sh @@ -0,0 +1,10 @@ + +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() |