]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/run-extglob
Bash-4.4 distribution sources and documentation
[thirdparty/bash.git] / tests / run-extglob
index 06316ad3cd150e3847294470aca1c6177a534bed..149e34af871206a4a7ea9677981f3b26838ccdd4 100644 (file)
@@ -1,4 +1,4 @@
 PATH=$PATH:`pwd`
 export PATH
-${THIS_SH} ./extglob.tests | grep -v '^expect' > /tmp/xx
-diff /tmp/xx extglob.right && rm -f /tmp/xx
+${THIS_SH} ./extglob.tests | grep -v '^expect' > ${BASH_TSTOUT}
+diff ${BASH_TSTOUT} extglob.right && rm -f ${BASH_TSTOUT}