diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-03-30 21:47:29 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-03-30 21:47:29 (GMT) |
commit | 972a1bba5dab768d46282c9205c3670a3a6c80e7 (patch) | |
tree | badd6f00fca82d018f1ef11650252b2c6df16157 /tools/h5dump/testh5dump.sh.in | |
parent | b1d105ae78e8cf5d40c05702ece5cd3db0826687 (diff) | |
download | hdf5-972a1bba5dab768d46282c9205c3670a3a6c80e7.zip hdf5-972a1bba5dab768d46282c9205c3670a3a6c80e7.tar.gz hdf5-972a1bba5dab768d46282c9205c3670a3a6c80e7.tar.bz2 |
[svn-r16629] removed a h5dump test (array type) that has a different bogus output in frebsd (liberty)
removed the call to the file generation in the test generation program
removed the binary h5 and ddl from svn
tested: linux
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index e0af9d5..748b165 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -511,8 +511,6 @@ TOOLTEST tfpformat.ddl -m %.7f tfpformat.h5 TOOLTEST textlinksrc.ddl textlinksrc.h5 TOOLTEST textlinkfar.ddl textlinkfar.h5 -# test for datum size > H5TOOLS_BUFSIZE -#TOOLTEST tarray8.ddl -d dset tarray8.h5 |