repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
improve of cmpl.
[bush.git]
/
tests
/
run-glob-test
blob
0974995830cc9f51edbca2531553523ecf0005a1
1
PATH=$PATH:`pwd`
2
export PATH
3
4
( diff -a glob.right glob.right >/dev/null 2>&1 ) && AFLAG=-a
5
6
${THIS_SH} ./glob.tests > ${BUSH_TSTOUT} 2>&1
7
diff ${AFLAG} ${BUSH_TSTOUT} glob.right && rm -f ${BUSH_TSTOUT}