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