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