]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/run-extglob3
Bash-4.4 distribution sources and documentation
[thirdparty/bash.git] / tests / run-extglob3
index 2675196864905084b40811fbe9827e0e7030cb05..6ebd674791041e87702323e7bdfa737f7154563f 100644 (file)
@@ -1,4 +1,4 @@
 PATH=$PATH:`pwd`
 export PATH
-${THIS_SH} ./extglob3.tests > /tmp/xx
-diff /tmp/xx extglob3.right && rm -f /tmp/xx
+${THIS_SH} ./extglob3.tests > ${BASH_TSTOUT}
+diff ${BASH_TSTOUT} extglob3.right && rm -f ${BASH_TSTOUT}