i-bash/tests/run-glob-test
2009-09-12 16:46:49 +00:00

4 lines
105 B
Text
Executable file

PATH=$PATH:`pwd`
export PATH
../bash ./glob-test | grep -v '^expect' > xx
diff xx glob.right && rm -f xx