summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/testh5dump.sh
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2004-05-21 15:58:38 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2004-05-21 15:58:38 (GMT)
commitd77fc6af739944c0ebbc362d4710da4696dccad0 (patch)
treeebeed11922002b84fc10d58ff2ce9707de205a25 /tools/h5dump/testh5dump.sh
parentb03c529cdcdee921a0379bc6ce208e4083dd1d0d (diff)
downloadhdf5-d77fc6af739944c0ebbc362d4710da4696dccad0.zip
hdf5-d77fc6af739944c0ebbc362d4710da4696dccad0.tar.gz
hdf5-d77fc6af739944c0ebbc362d4710da4696dccad0.tar.bz2
[svn-r8562] Purpose: New feature
Description: Add null dataspace to h5dump and h5ls. Platforms tested: h5committest
Diffstat (limited to 'tools/h5dump/testh5dump.sh')
-rwxr-xr-xtools/h5dump/testh5dump.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/testh5dump.sh b/tools/h5dump/testh5dump.sh
index c0b5165..598c32c 100755
--- a/tools/h5dump/testh5dump.sh
+++ b/tools/h5dump/testh5dump.sh
@@ -92,7 +92,7 @@ TOOLTEST tgroup-2.ddl --group=/g2 --group / -g /y tgroup.h5
# test for displaying simple space datasets
TOOLTEST tdset-1.ddl tdset.h5
# test for displaying selected datasets
-TOOLTEST tdset-2.ddl -H -d dset1 -d /dset2 --dataset=dset3 tdset.h5
+TOOLTEST tdset-2.ddl -H -d dset1 -d /dset2 -d dset3 --dataset=dset4 tdset.h5
# test for displaying attributes
TOOLTEST tattr-1.ddl tattr.h5