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