diff options
Diffstat (limited to 'tests/run-glob-test')
-rw-r--r-- | tests/run-glob-test | 4 |
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..659112a --- /dev/null +++ b/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 |