diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-08-21 18:06:57 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-08-21 18:06:57 (GMT) |
commit | 3dcb1887085678f08c02b64f1a04a77cd607cc4c (patch) | |
tree | f7af1f2aaddd3414de48aa6892970954bf696ce0 /tools | |
parent | 7acbb154d1e5192b7332b9d5b18a784b1b3d92ad (diff) | |
download | hdf5-3dcb1887085678f08c02b64f1a04a77cd607cc4c.zip hdf5-3dcb1887085678f08c02b64f1a04a77cd607cc4c.tar.gz hdf5-3dcb1887085678f08c02b64f1a04a77cd607cc4c.tar.bz2 |
HDFFV-10188 fix typo
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/h5dump/testh5dumpxml.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5dump/testh5dumpxml.sh.in b/tools/test/h5dump/testh5dumpxml.sh.in index f465570..f7af300 100644 --- a/tools/test/h5dump/testh5dumpxml.sh.in +++ b/tools/test/h5dump/testh5dumpxml.sh.in @@ -97,7 +97,7 @@ $SRC_H5DUMP_TESTFILES/tname-sp.h5 $SRC_H5DUMP_TESTFILES/tnamed_dtype_attr.h5 $SRC_H5DUMP_TESTFILES/tnestedcomp.h5 $SRC_H5DUMP_TESTFILES/tnodata.h5 -$SRC_H5DUMP_TESTFILES/tnnullspace.h5 +$SRC_H5DUMP_TESTFILES/tnullspace.h5 $SRC_H5DUMP_TESTFILES/tobjref.h5 $SRC_H5DUMP_TESTFILES/topaque.h5 $SRC_H5DUMP_TESTFILES/torderattr.h5 |