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