]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/run-jobs
Bash-4.4 distribution sources and documentation
[thirdparty/bash.git] / tests / run-jobs
index bfd4fa039509f21500f346c6ad63862597776b59..8429b0db936c0ce1596479baf90240aca473d08b 100644 (file)
@@ -3,5 +3,5 @@ echo "warning: into the shell" >&2
 echo "warning: there may be a message regarding a cat process dying due to a" >&2
 echo "warning: SIGHUP.  Please disregard." >&2
 
-${THIS_SH} ./jobs.tests > /tmp/xx 2>&1
-diff /tmp/xx jobs.right && rm -f /tmp/xx
+${THIS_SH} ./jobs.tests > ${BASH_TSTOUT} 2>&1
+diff ${BASH_TSTOUT} jobs.right && rm -f ${BASH_TSTOUT}