]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/run-intl
bash-4.4 beta release
[thirdparty/bash.git] / tests / run-intl
index d4a4de44d443b67acc38000c84aa4652e1e51ab6..c31d1d0a7a354dd710af5621560a4a0f9d087fd0 100644 (file)
@@ -4,5 +4,5 @@
 echo "warning: some of these tests will fail if you do not have UTF-8" >&2
 echo "warning: locales installed on your system." >&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}