From 47f98f2618a62fcdbab5541c5f85712b1c230a0a Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Tue, 23 Feb 2010 14:38:10 -0500 Subject: [svn-r18320] Forgot to remove comments for cleaning up test.out file from previous checkin r18319. --- tools/h5copy/testh5copy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/h5copy/testh5copy.sh b/tools/h5copy/testh5copy.sh index c94f26a..8c3572a 100644 --- a/tools/h5copy/testh5copy.sh +++ b/tools/h5copy/testh5copy.sh @@ -321,9 +321,9 @@ COPY_REFERENCES() # Remove output file created, if the "no cleanup" environment variable is # not defined - #if test -z "$HDF5_NOCLEANUP"; then - # rm -f $FILEOUT - #fi + if test -z "$HDF5_NOCLEANUP"; then + rm -f $FILEOUT + fi } ############################################################################## -- cgit v0.12