diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2020-11-11 20:56:41 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2020-11-11 20:56:41 (GMT) |
commit | ea8b05fa1e5479462e879f0cd3dbff88412a93aa (patch) | |
tree | ef5a98130f32ae37e6079d128721da5b1423cf0c | |
parent | 7ade95c57293b7f586d8bb41a4599ca5709bd456 (diff) | |
download | hdf5-ea8b05fa1e5479462e879f0cd3dbff88412a93aa.zip hdf5-ea8b05fa1e5479462e879f0cd3dbff88412a93aa.tar.gz hdf5-ea8b05fa1e5479462e879f0cd3dbff88412a93aa.tar.bz2 |
Fixed typo
-rw-r--r-- | tools/test/h5repack/CMakeTests.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5repack/CMakeTests.cmake b/tools/test/h5repack/CMakeTests.cmake index 7bc267c..ef1a354 100644 --- a/tools/test/h5repack/CMakeTests.cmake +++ b/tools/test/h5repack/CMakeTests.cmake @@ -1551,7 +1551,7 @@ ADD_H5_TEST (HDFFV-7840 "TEST" h5diff_attr1.h5) # test CVE-2018-17432 fix - set (arg h5repack_HDFFV-10590_CVE-2018-17432.h5 --low=1 --high=2 -f GZIP=8 -l dset1:CHUNK=5x6) + set (arg h5repack_HDFFV-10590_CVE-2018-17432.h5 h5repack_HDFFV-10590_CVE-2018-17432_out.h5 --low=1 --high=2 -f GZIP=8 -l dset1:CHUNK=5x6) set (TESTTYPE "TEST") ADD_H5_FILTER_TEST (HDFFV-10590 "" ${TESTTYPE} 1 ${arg}) |