From 3a6c7fe6314a94c5abfcb0c84d04e3a9bc51706d Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Fri, 16 Feb 2001 15:38:32 -0500 Subject: [svn-r3426] Description: Some fixes were wiped out by Bob's commit. Recovered the changes. --- tools/testh5dump.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/testh5dump.sh b/tools/testh5dump.sh index e9c8d86..af2d26d 100755 --- a/tools/testh5dump.sh +++ b/tools/testh5dump.sh @@ -19,7 +19,7 @@ if test -z "$srcdir"; then srcdir=. fi -mkdir testfiles >/dev/null 2>&1 +test -d testfiles || mkdir testfiles # Print a line-line message left justified in a field of 70 characters # beginning with the word "Testing". @@ -50,8 +50,8 @@ TOOLTEST() { echo "Expected output for '$DUMPER $@'" echo "#############################" cd $srcdir/testfiles - $RUNSERIAL $DUMPER_BIN "$@" 2>&1 - ) >$actual + $RUNSERIAL $DUMPER_BIN "$@" + ) >$actual 2>&1 if $CMP $expect $actual; then echo " PASSED" -- cgit v0.12