summaryrefslogtreecommitdiffstats
path: root/tests/run-extglob3
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-extglob3')
-rw-r--r--tests/run-extglob34
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-extglob3 b/tests/run-extglob3
new file mode 100644
index 0000000..6ebd674
--- /dev/null
+++ b/tests/run-extglob3
@@ -0,0 +1,4 @@
+PATH=$PATH:`pwd`
+export PATH
+${THIS_SH} ./extglob3.tests > ${BASH_TSTOUT}
+diff ${BASH_TSTOUT} extglob3.right && rm -f ${BASH_TSTOUT}