summaryrefslogtreecommitdiffstats
path: root/tests/run-glob-test
blob: 246501ccf6b08c548662417cc55b5fd152ec16f6 (plain)
1
2
3
4
5
6
7
PATH=$PATH:`pwd`
export PATH

( diff -a glob.right glob.right >/dev/null 2>&1 ) && AFLAG=-a

${THIS_SH} ./glob.tests > ${BASH_TSTOUT} 2>&1
diff ${AFLAG} ${BASH_TSTOUT} glob.right && rm -f ${BASH_TSTOUT}