]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/run-glob-test
Bash-5.2-rc4 release
[thirdparty/bash.git] / tests / run-glob-test
CommitLineData
726f6388
JA
1PATH=$PATH:`pwd`
2export PATH
d233b485
CR
3
4( diff -a glob.right glob.right >/dev/null 2>&1 ) && AFLAG=-a
5
6${THIS_SH} ./glob.tests > ${BASH_TSTOUT} 2>&1
7diff ${AFLAG} ${BASH_TSTOUT} glob.right && rm -f ${BASH_TSTOUT}