]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/run-test
bash-4.4 beta release
[thirdparty/bash.git] / tests / run-test
index b2482c3f08803449bf17d7dcdaa17d3db3873f86..d68791ca26d46f94ef4724cfd6d95d1b11eed5cb 100644 (file)
@@ -1,4 +1,4 @@
 unset GROUPS UID 2>/dev/null
 
-${THIS_SH} ./test.tests >/tmp/xx 2>&1
-diff /tmp/xx test.right && rm -f /tmp/xx
+${THIS_SH} ./test.tests >${BASH_TSTOUT} 2>&1
+diff ${BASH_TSTOUT} test.right && rm -f ${BASH_TSTOUT}