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