]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/run-varenv
Bash-4.4 distribution sources and documentation
[thirdparty/bash.git] / tests / run-varenv
index f0ce1952944977cefde33c31b3b563c5f3a1a765..5987a7f3e116d336d80001da45ff58b115a92a25 100644 (file)
@@ -1,2 +1,2 @@
-${THIS_SH} ./varenv.sh | grep -v '^expect' > /tmp/xx
-diff /tmp/xx varenv.right && rm -f /tmp/xx
+${THIS_SH} ./varenv.sh 2>&1 | grep -v '^expect' > ${BASH_TSTOUT}
+diff ${BASH_TSTOUT} varenv.right && rm -f ${BASH_TSTOUT}