Imported from ../bash-2.0.tar.gz.

This commit is contained in:
Jari Aalto 1996-12-23 17:02:34 +00:00
commit ccc6cda312
502 changed files with 91988 additions and 69123 deletions

4
tests/run-glob-test Executable file → Normal file
View file

@ -1,4 +1,4 @@
PATH=$PATH:`pwd`
export PATH
../bash ./glob-test | grep -v '^expect' > xx
diff xx glob.right && rm -f xx
${THIS_SH} ./glob-test | grep -v '^expect' > /tmp/xx
diff /tmp/xx glob.right && rm -f /tmp/xx