i-bash/tests/run-glob-test

5 lines
105 B
Text
Raw Normal View History

1996-08-26 18:22:31 +00:00
PATH=$PATH:`pwd`
export PATH
../bash ./glob-test | grep -v '^expect' > xx
diff xx glob.right && rm -f xx