diff options
Diffstat (limited to 'tests/run-quotearray')
-rw-r--r-- | tests/run-quotearray | 2 |
1 files changed, 2 insertions, 0 deletions
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} |