summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2010-02-23 19:38:10 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2010-02-23 19:38:10 (GMT)
commit47f98f2618a62fcdbab5541c5f85712b1c230a0a (patch)
tree1b129f15f7e7160f12b341bae90e985f0b6aae59 /tools
parent07be86a8eab87b514f908afbd620d1050f73d543 (diff)
downloadhdf5-47f98f2618a62fcdbab5541c5f85712b1c230a0a.zip
hdf5-47f98f2618a62fcdbab5541c5f85712b1c230a0a.tar.gz
hdf5-47f98f2618a62fcdbab5541c5f85712b1c230a0a.tar.bz2
[svn-r18320] Forgot to remove comments for cleaning up test.out file from previous checkin r18319.
Diffstat (limited to 'tools')
-rw-r--r--tools/h5copy/testh5copy.sh6
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
}
##############################################################################