diff options
Diffstat (limited to '')
-rw-r--r-- | tests/run-quote | 2 | ||||
-rw-r--r-- | tests/run-quotearray | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-quote b/tests/run-quote new file mode 100644 index 0000000..2543666 --- /dev/null +++ b/tests/run-quote @@ -0,0 +1,2 @@ +${THIS_SH} ./quote.tests >${BASH_TSTOUT} 2>&1 +diff ${BASH_TSTOUT} quote.right && rm -f ${BASH_TSTOUT} diff --git a/tests/run-quotearray b/tests/run-quotearray new file mode 100644 index 0000000..06e5e6e --- /dev/null +++ b/tests/run-quotearray @@ -0,0 +1,2 @@ +${THIS_SH} ./quotearray.tests >${BASH_TSTOUT} 2>&1 +diff ${BASH_TSTOUT} quotearray.right && rm -f ${BASH_TSTOUT} |