diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-05-04 21:42:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-05-04 21:42:32 (GMT) |
commit | c90f72a0d44ab53d16e0c7979363565dff30cf24 (patch) | |
tree | aeb8fdb6b6ece818537ab9bf1f6c9a0ae7445eff /tools/test | |
parent | e10313d5569ea04bf6693f4e9bc2ed65d1ede196 (diff) | |
download | hdf5-c90f72a0d44ab53d16e0c7979363565dff30cf24.zip hdf5-c90f72a0d44ab53d16e0c7979363565dff30cf24.tar.gz hdf5-c90f72a0d44ab53d16e0c7979363565dff30cf24.tar.bz2 |
Correct name of file to copy
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/h5dump/testh5dump.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5dump/testh5dump.sh.in b/tools/test/h5dump/testh5dump.sh.in index acd7e28..f652c9e 100644 --- a/tools/test/h5dump/testh5dump.sh.in +++ b/tools/test/h5dump/testh5dump.sh.in @@ -97,7 +97,7 @@ $SRC_H5DUMP_TESTFILES/tattrintsize.h5 $SRC_H5DUMP_TESTFILES/tattrreg.h5 $SRC_H5DUMP_TESTFILES/tbigdims.h5 $SRC_H5DUMP_TESTFILES/tbinary.h5 -$SRC_H5DUMP_TESTFILES/tbitopaque.h5 +$SRC_H5DUMP_TESTFILES/tbitnopaque.h5 $SRC_H5DUMP_TESTFILES/tchar.h5 $SRC_H5DUMP_TESTFILES/tcmpdattrintsize.h5 $SRC_H5DUMP_TESTFILES/tcmpdintsize.h5 |