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