summaryrefslogtreecommitdiffstats
path: root/tools/h5ls
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-08-23 15:28:24 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-08-23 15:28:24 (GMT)
commit5cc911f3ba2c5d12c3305b348610f9ba80c85db2 (patch)
tree9b49c294e065f948f46c9c4ea83f88100a083f59 /tools/h5ls
parent2bd8e1053b89e0348364f951a58449f16aa72da7 (diff)
downloadhdf5-5cc911f3ba2c5d12c3305b348610f9ba80c85db2.zip
hdf5-5cc911f3ba2c5d12c3305b348610f9ba80c85db2.tar.gz
hdf5-5cc911f3ba2c5d12c3305b348610f9ba80c85db2.tar.bz2
HDFFV-10188 Force non-native type description
Diffstat (limited to 'tools/h5ls')
-rw-r--r--tools/h5ls/CMakeTests.cmake2
-rw-r--r--tools/h5ls/testh5ls.sh.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5ls/CMakeTests.cmake b/tools/h5ls/CMakeTests.cmake
index 378781c..a839518 100644
--- a/tools/h5ls/CMakeTests.cmake
+++ b/tools/h5ls/CMakeTests.cmake
@@ -418,7 +418,7 @@
ADD_H5_TEST (tempty 0 -w80 -d tempty.h5)
# test for displaying dataset and attribute of null space
- ADD_H5_TEST (tgrpnullspace 0 -w80 -v tgrpnullspace.h5)
+ ADD_H5_TEST (tgrpnullspace 0 -w80 -v -S tgrpnullspace.h5)
# test for all dataset types written to attributes
# enable -S for avoiding printing NATIVE types
diff --git a/tools/h5ls/testh5ls.sh.in b/tools/h5ls/testh5ls.sh.in
index 42913c1..40bb529 100644
--- a/tools/h5ls/testh5ls.sh.in
+++ b/tools/h5ls/testh5ls.sh.in
@@ -393,7 +393,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