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