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