diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-08-23 15:18:08 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-08-23 15:18:08 (GMT) |
commit | 678c3ae1535b9b3b9faa53bc48250f1635778dd7 (patch) | |
tree | e793c2c68a83feffbf7791a8c99ffa631c0ba60c /tools | |
parent | d200cd31a79ab935808495005060cf53b833b99c (diff) | |
download | hdf5-678c3ae1535b9b3b9faa53bc48250f1635778dd7.zip hdf5-678c3ae1535b9b3b9faa53bc48250f1635778dd7.tar.gz hdf5-678c3ae1535b9b3b9faa53bc48250f1635778dd7.tar.bz2 |
HDFFV-10188 force non-native type description
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/h5ls/testh5ls.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5ls/testh5ls.sh.in b/tools/test/h5ls/testh5ls.sh.in index 6259af8..8c6551b 100644 --- a/tools/test/h5ls/testh5ls.sh.in +++ b/tools/test/h5ls/testh5ls.sh.in @@ -395,7 +395,7 @@ TOOLTEST tarray1.ls 0 -w80 -r -d tarray1.h5 TOOLTEST tempty.ls 0 -w80 -d tempty.h5 # test for displaying dataset and attribute of null space -TOOLTEST tgrpnullspace.ls 0 -w80 -v tgrpnullspace.h5 +TOOLTEST tgrpnullspace.ls 0 -w80 -v -S tgrpnullspace.h5 # test for all dataset types written to attributes # enable -S for avoiding printing NATIVE types |