]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/run-appendop
Bash-4.4 distribution sources and documentation
[thirdparty/bash.git] / tests / run-appendop
index c5bffbc1b8287659905873ec80796a330f910559..2d756f8b2e1212ad06f940fa0d34e9bce28fa139 100644 (file)
@@ -1,2 +1,2 @@
-${THIS_SH} ./appendop.tests > /tmp/xx 2>&1
-diff /tmp/xx appendop.right && rm -f /tmp/xx
+${THIS_SH} ./appendop.tests > ${BASH_TSTOUT} 2>&1
+diff ${BASH_TSTOUT} appendop.right && rm -f ${BASH_TSTOUT}