diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2004-06-21 20:59:07 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2004-06-21 20:59:07 (GMT) |
commit | 18a656663a73a693cabf49d6f4858f7af311e6f5 (patch) | |
tree | 330352ae6f1ea7b53b70281231ec4e7f4c22e610 /tools/h5dump/testh5dump.sh.in | |
parent | e8309603cd45cdfa4c831e659c529f51b117ef39 (diff) | |
download | hdf5-18a656663a73a693cabf49d6f4858f7af311e6f5.zip hdf5-18a656663a73a693cabf49d6f4858f7af311e6f5.tar.gz hdf5-18a656663a73a693cabf49d6f4858f7af311e6f5.tar.bz2 |
[svn-r8714] *** empty log message ***
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 067d0f0..19aa89a 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -112,7 +112,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 tdset.h5 # test for displaying attributes TOOLTEST tattr-1.ddl tattr.h5 @@ -272,7 +272,8 @@ fi # user defined TOOLTEST tuserfilter.ddl -H -d myfilter tfilters.h5 - +# test for displaying dataset and attribute of null space +TOOLTEST tnullspace.ddl tnullspace.h5 if test $nerrors -eq 0 ; then |