]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/run-cond
Bash-4.4 distribution sources and documentation
[thirdparty/bash.git] / tests / run-cond
index 6b119a621a9bbd1b93b1c4554706b6157287cf93..603e73972d91a32990918c27e49672f642af803f 100644 (file)
@@ -3,5 +3,5 @@ echo "warning: been compiled into the shell" >&2
 echo "warning: some of these tests will fail if extended pattern matching has not" >&2
 echo "warning: been compiled into the shell" >&2
 
-${THIS_SH} ./cond.tests > /tmp/xx 2>&1
-diff /tmp/xx cond.right && rm -f /tmp/xx
+${THIS_SH} ./cond.tests > ${BASH_TSTOUT} 2>&1
+diff ${BASH_TSTOUT} cond.right && rm -f ${BASH_TSTOUT}