]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/run-dollars
Bash-4.4 distribution sources and documentation
[thirdparty/bash.git] / tests / run-dollars
index 0ced4145acf6d0e7dfaadaf9b522ecfe768e8b64..dc5d623876cbd93ea6f4e2d4a3a098120b7e5158 100644 (file)
@@ -1,2 +1,2 @@
-${THIS_SH} ./dollar-at-star > /tmp/xx 2>&1
-diff /tmp/xx dollar.right && rm -f /tmp/xx
+${THIS_SH} ./dollar-at-star > ${BASH_TSTOUT} 2>&1
+diff ${BASH_TSTOUT} dollar.right && rm -f ${BASH_TSTOUT}