summaryrefslogtreecommitdiffstats
path: root/tests/run-intl
blob: 8234f280fc7110854c016443a32b6465f66d4e82 (plain)
1
2
3
4
5
# See whether or not we can use `diff -a'
( diff -a ./intl.right ./intl.right >/dev/null 2>&1 ) && AFLAG=-a

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