]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/run-redir
bash-4.4 beta release
[thirdparty/bash.git] / tests / run-redir
index 2be45dd68e0ab5406bb31a3fb1f8defa245267e1..071af6eb820bc4452aa4e2b8d0f4d83491d6d931 100644 (file)
@@ -3,5 +3,5 @@ echo "warning: produce diff output." >&2
 echo "warning: if the text of an error message concerning \`redir1.*' not being" >&2
 echo "warning: found or messages concerning bad file descriptors produce diff" >&2
 echo "warning: output, please do not consider it a test failure" >&2
-${THIS_SH} ./redir.tests > /tmp/xx 2>&1
-diff /tmp/xx redir.right && rm -f /tmp/xx
+${THIS_SH} ./redir.tests > ${BASH_TSTOUT} 2>&1
+diff ${BASH_TSTOUT} redir.right && rm -f ${BASH_TSTOUT}