]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/run-arith-for
Bash-4.4 distribution sources and documentation
[thirdparty/bash.git] / tests / run-arith-for
index 1d130752656a44cac14f9d8b9a535f05ba998893..085715e2c21c4a421ffeec217eb6e21ce8986ce8 100644 (file)
@@ -1,2 +1,2 @@
-${THIS_SH} ./arith-for.tests > /tmp/xx 2>&1
-diff /tmp/xx arith-for.right && rm -f /tmp/xx
+${THIS_SH} ./arith-for.tests > ${BASH_TSTOUT} 2>&1
+diff ${BASH_TSTOUT} arith-for.right && rm -f ${BASH_TSTOUT}