diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-06 21:07:05 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-07-06 21:07:05 (GMT) |
commit | 343de4f091522f66f422ea283224fcdc81c52b76 (patch) | |
tree | 18313cb3153b3f752f5d2c4b59515834ab231891 /tools/h5dump/testh5dump.sh.in | |
parent | 4535e598f709e4d9bed0f5de1076d5e77b7441ab (diff) | |
download | hdf5-343de4f091522f66f422ea283224fcdc81c52b76.zip hdf5-343de4f091522f66f422ea283224fcdc81c52b76.tar.gz hdf5-343de4f091522f66f422ea283224fcdc81c52b76.tar.bz2 |
[svn-r8813] Purpose:
bug fix
Description:
one run from the tests had a wrong dataset name
Solution:
Platforms tested:
linux (small )
Misc. update:
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index e9969de..bf6f097 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -214,7 +214,7 @@ TOOLTEST tnofilename.ddl # rev. 2004 # tests for super block -TOOLTEST tboot1.ddl -H -B -d compact tfcontents1.h5 +TOOLTEST tboot1.ddl -H -B -d dset tfcontents1.h5 TOOLTEST tboot2.ddl -B tfcontents2.h5 # test -p with a non existing dataset |