summaryrefslogtreecommitdiffstats
path: root/tools/testh5ls.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testh5ls.sh')
-rwxr-xr-xtools/testh5ls.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/testh5ls.sh b/tools/testh5ls.sh
index d159099..7e37100 100755
--- a/tools/testh5ls.sh
+++ b/tools/testh5ls.sh
@@ -125,7 +125,10 @@ TOOLTEST tstr-1.ls -w80 -r -d tstr.h5
TOOLTEST tsaf.ls -w80 -r -d tsaf.h5
# test for variable length data types
-TOOLTEST tvldtypes.ls -w80 -r -d tvldtypes.h5
+TOOLTEST tvldtypes1.ls -w80 -r -d tvldtypes1.h5
+
+# test for array data types
+TOOLTEST tarray1.ls -w80 -r -d tarray1.h5
if test $nerrors -eq 0 ; then
echo "All $h5tool tests passed."