]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/run-glob-test
bash-5.0 distribution sources and documentation
[thirdparty/bash.git] / tests / run-glob-test
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 > ${BASH_TSTOUT} 2>&1
7 diff ${AFLAG} ${BASH_TSTOUT} glob.right && rm -f ${BASH_TSTOUT}