summaryrefslogtreecommitdiffstats
path: root/usr.bin/apply/tests/regress.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/apply/tests/regress.sh')
-rw-r--r--usr.bin/apply/tests/regress.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/apply/tests/regress.sh b/usr.bin/apply/tests/regress.sh
new file mode 100644
index 0000000..0a20d50
--- /dev/null
+++ b/usr.bin/apply/tests/regress.sh
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+echo 1..2
+
+REGRESSION_START($1)
+
+REGRESSION_TEST(`00', `apply "echo %1 %1 %1 %1" $(cat ${SRCDIR}/regress.00.in)')
+REGRESSION_TEST(`01', `sh ${SRCDIR}/regress.01.sh')
+
+REGRESSION_END()
OpenPOWER on IntegriCloud