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