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