diff options
author | Peter Cao <xcao@hdfgroup.org> | 2011-03-09 16:49:52 (GMT) |
---|---|---|
committer | Peter Cao <xcao@hdfgroup.org> | 2011-03-09 16:49:52 (GMT) |
commit | d454f9ddad817ddb404a3e3fc649e9a9cf2a269b (patch) | |
tree | a2206d5c24260a45b84e05e4c1aa8b41647239e3 /tools/h5dump/testh5dump.sh.in | |
parent | 5fa726e066d5fde109022b6f2d03b32ba2e3f236 (diff) | |
download | hdf5-d454f9ddad817ddb404a3e3fc649e9a9cf2a269b.zip hdf5-d454f9ddad817ddb404a3e3fc649e9a9cf2a269b.tar.gz hdf5-d454f9ddad817ddb404a3e3fc649e9a9cf2a269b.tar.bz2 |
[svn-r20213] fixed bug 2183
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 765dae6..9ef41e8 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -639,6 +639,9 @@ TOOLTEST textlink.ddl textlink.h5 # test for error stack display (BZ2048) TOOLTEST3 filter_fail.ddl -E filter_fail.h5 +# test for -o -y for dataset with attributes +TOOLTEST tall-6.ddl -y -o data -d /g1/g1.1/dset1.1.1 tall.h5 + # test for dataset packed bits # Set up xCMD to test or skip. if test "$Have_Packed_Bits" = "yes"; then |