Skip to content

Commit

Permalink
Correct filenames used in test
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Mar 9, 2024
1 parent b7db7fc commit d06a12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test/h5repack/CMakeTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,7 @@
# test CVE-2018-14460 fix
add_test (
NAME H5REPACK-HDFFV-11223
COMMAND ${CMAKE_CROSSCOMPILING_EMULATOR} $<TARGET_FILE:h5repack> ${PROJECT_BINARY_DIR}/testfiles/h5repack_CVE-2018-17432.h5 ${PROJECT_BINARY_DIR}/testfiles/out-HDFFV-11223.h5repack_CVE-2018-17432.h5
COMMAND ${CMAKE_CROSSCOMPILING_EMULATOR} $<TARGET_FILE:h5repack> ${PROJECT_BINARY_DIR}/testfiles/h5repack_CVE-2018-14460.h5 ${PROJECT_BINARY_DIR}/testfiles/out-HDFFV-11223.h5repack_CVE-2018-14460.h5
)
set_tests_properties (H5REPACK-HDFFV-11223 PROPERTIES WILL_FAIL "true")

Expand Down

0 comments on commit d06a12c

Please sign in to comment.