diff options
Diffstat (limited to '')
-rw-r--r-- | tests/run-extglob2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-extglob2 b/tests/run-extglob2 new file mode 100644 index 0000000..71d3d80 --- /dev/null +++ b/tests/run-extglob2 @@ -0,0 +1,4 @@ +PATH=$PATH:`pwd` +export PATH +${THIS_SH} ./extglob2.tests | grep -v '^expect' > ${BASH_TSTOUT} +diff ${BASH_TSTOUT} extglob2.right && rm -f ${BASH_TSTOUT} |