]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/run-intl
Bash-5.2-rc4 release
[thirdparty/bash.git] / tests / run-intl
1 # See whether or not we can use `diff -a'
2 ( diff -a ./intl.right ./intl.right >/dev/null 2>&1 ) && AFLAG=-a
3
4 ${THIS_SH} ./intl.tests > ${BASH_TSTOUT}
5 diff $AFLAG ${BASH_TSTOUT} intl.right && rm -f ${BASH_TSTOUT}