i-bash/tests/run-glob-test

5 lines
129 B
Text
Raw Normal View History

1996-08-26 18:22:31 +00:00
PATH=$PATH:`pwd`
export PATH
2011-11-21 20:51:19 -05:00
${THIS_SH} ./glob.tests 2>&1 | grep -v '^expect' > /tmp/xx
1996-12-23 17:02:34 +00:00
diff /tmp/xx glob.right && rm -f /tmp/xx