diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2009-10-28 20:45:06 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2009-10-28 20:45:06 (GMT) |
commit | 1697bf666b4f826d46757a284a1bf73e7f7e4feb (patch) | |
tree | 9f7003619ce01bb7fcd0cd361ee65ac467b15f58 /tools/h5dump/testh5dump.sh.in | |
parent | 1fa0de7a814b8786fe7df6e265128a04a95b2339 (diff) | |
download | hdf5-1697bf666b4f826d46757a284a1bf73e7f7e4feb.zip hdf5-1697bf666b4f826d46757a284a1bf73e7f7e4feb.tar.gz hdf5-1697bf666b4f826d46757a284a1bf73e7f7e4feb.tar.bz2 |
[svn-r17776] Bug fix: I added the test
TOOLTEST file_space.ddl -B file_space.h5
by accident (copied from the trunk version).
Removed it.
Tested: jam. (skipped h5committest since it is
a trivial change of removing an action line.
The file_space.ddl and file_space.h5 do not exist
in this branch. (that was how I discovered my mistake.)
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 9e6cb01..2c2f69f 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -332,7 +332,6 @@ TOOLTEST tnofilename.ddl # tests for super block TOOLTEST tboot1.ddl -H -B -d dset tfcontents1.h5 TOOLTEST tboot2.ddl -B tfcontents2.h5 -TOOLTEST file_space.ddl -B file_space.h5 # test -p with a non existing dataset TOOLTEST tperror.ddl -p -d bogus tfcontents1.h5 |