From bbe71dc3b6e13ec3d0b95aeeda4f7033ce37eed6 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Tue, 2 Oct 2007 15:17:32 -0500 Subject: [svn-r14177] bug fix: uncomment code that cleans output files, that was accidently left commented tested: linux --- tools/h5dump/testh5dump.sh.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 140dfce..76c5ba7 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -95,9 +95,9 @@ TOOLTEST() { fi # Clean up output file - # if test -z "$HDF5_NOCLEANUP"; then - # rm -f $actual $actual_err - # fi + if test -z "$HDF5_NOCLEANUP"; then + rm -f $actual $actual_err + fi } @@ -134,9 +134,9 @@ TOOLTEST1() { fi # Clean up output file - # if test -z "$HDF5_NOCLEANUP"; then - # rm -f $actual $actual_err - # fi + if test -z "$HDF5_NOCLEANUP"; then + rm -f $actual $actual_err + fi } -- cgit v0.12