diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-01-02 15:39:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-01-02 15:39:09 (GMT) |
commit | 17b8f0bb936633f01bf6deba247e37bcadbc6b82 (patch) | |
tree | 9a13b5ed0513c16f752e2ab98ac245d6ededaf8f /tools/test/h5ls | |
parent | fa1ae9f312aad7fa51e01961ce255a4ce08539e0 (diff) | |
download | hdf5-17b8f0bb936633f01bf6deba247e37bcadbc6b82.zip hdf5-17b8f0bb936633f01bf6deba247e37bcadbc6b82.tar.gz hdf5-17b8f0bb936633f01bf6deba247e37bcadbc6b82.tar.bz2 |
Fix valgrind issues
Diffstat (limited to 'tools/test/h5ls')
-rw-r--r-- | tools/test/h5ls/CMakeTestsVDS.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5ls/CMakeTestsVDS.cmake b/tools/test/h5ls/CMakeTestsVDS.cmake index 00e7d28..2b6f61e 100644 --- a/tools/test/h5ls/CMakeTestsVDS.cmake +++ b/tools/test/h5ls/CMakeTestsVDS.cmake @@ -121,7 +121,7 @@ add_test (NAME H5LS_PREFIX-${resultfile} COMMAND $<TARGET_FILE:h5ls> ${ARGN}) set_tests_properties (H5LS_PREFIX-${resultfile} PROPERTIES ENVIRONMENT "HDF5_VDS_PREFIX=\${ORIGIN}" - WORKING_DIRECTORY "${PROJECT_BINARY_DIR}/testfiles/vds/prefix" + WORKING_DIRECTORY "${PROJECT_BINARY_DIR}/testfiles" ) if ("${resultcode}" STREQUAL "1") set_tests_properties (H5LS_PREFIX-${resultfile} PROPERTIES WILL_FAIL "true") |