summaryrefslogtreecommitdiffstats
path: root/scratch/bash-3.1-postpatch/tests/run-extglob2
diff options
context:
space:
mode:
Diffstat (limited to 'scratch/bash-3.1-postpatch/tests/run-extglob2')
-rw-r--r--scratch/bash-3.1-postpatch/tests/run-extglob24
1 files changed, 4 insertions, 0 deletions
diff --git a/scratch/bash-3.1-postpatch/tests/run-extglob2 b/scratch/bash-3.1-postpatch/tests/run-extglob2
new file mode 100644
index 0000000..0a6f728
--- /dev/null
+++ b/scratch/bash-3.1-postpatch/tests/run-extglob2
@@ -0,0 +1,4 @@
+PATH=$PATH:`pwd`
+export PATH
+${THIS_SH} ./extglob2.tests | grep -v '^expect' > /tmp/xx
+diff /tmp/xx extglob2.right && rm -f /tmp/xx