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