]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/run-intl
Bash-4.4 distribution sources and documentation
[thirdparty/bash.git] / tests / run-intl
index 6a9234a3ba971bfe422c0637291b6bba6be5062e..c31d1d0a7a354dd710af5621560a4a0f9d087fd0 100644 (file)
@@ -3,6 +3,6 @@
 
 echo "warning: some of these tests will fail if you do not have UTF-8" >&2
 echo "warning: locales installed on your system." >&2
-echo "warning: please ignore any differences consisting only of white space" >&2
-${THIS_SH} ./intl.tests > /tmp/xx
-diff $AFLAG /tmp/xx intl.right && rm -f /tmp/xx
+
+${THIS_SH} ./intl.tests > ${BASH_TSTOUT}
+diff $AFLAG ${BASH_TSTOUT} intl.right && rm -f ${BASH_TSTOUT}