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