summaryrefslogtreecommitdiffstats
path: root/tools/test/h5ls/CMakeTestsVDS.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-01-02 15:39:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-01-02 15:39:09 (GMT)
commit17b8f0bb936633f01bf6deba247e37bcadbc6b82 (patch)
tree9a13b5ed0513c16f752e2ab98ac245d6ededaf8f /tools/test/h5ls/CMakeTestsVDS.cmake
parentfa1ae9f312aad7fa51e01961ce255a4ce08539e0 (diff)
downloadhdf5-17b8f0bb936633f01bf6deba247e37bcadbc6b82.zip
hdf5-17b8f0bb936633f01bf6deba247e37bcadbc6b82.tar.gz
hdf5-17b8f0bb936633f01bf6deba247e37bcadbc6b82.tar.bz2
Fix valgrind issues
Diffstat (limited to 'tools/test/h5ls/CMakeTestsVDS.cmake')
-rw-r--r--tools/test/h5ls/CMakeTestsVDS.cmake2
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")