[svn-r18320] Forgot to remove comments for cleaning up test.out file from previous checkin r18319.

This commit is contained in:
Jonathan Kim 2010-02-23 14:38:10 -05:00
parent 07be86a8ea
commit 47f98f2618

View File

@ -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
}
##############################################################################