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