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