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