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