summaryrefslogtreecommitdiffstats
path: root/usr.bin/comm/tests/regress.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/comm/tests/regress.sh')
-rw-r--r--usr.bin/comm/tests/regress.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/comm/tests/regress.sh b/usr.bin/comm/tests/regress.sh
new file mode 100644
index 0000000..dcd0348
--- /dev/null
+++ b/usr.bin/comm/tests/regress.sh
@@ -0,0 +1,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