diff options
-rw-r--r-- | tools/h5copy/testh5copy.sh | 6 |
1 files 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 } ############################################################################## |