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