summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2021-07-02 22:25:25 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2021-07-02 22:25:25 (GMT)
commitac38154c425b1de0bc67aa8987f9644130b0db34 (patch)
treea78c285ec29235e784e995a5ba66ca30aa852b9a /hl
parentac8c9de78a57111267d9f4189d29f7a44b676c47 (diff)
downloadhdf5-ac38154c425b1de0bc67aa8987f9644130b0db34.zip
hdf5-ac38154c425b1de0bc67aa8987f9644130b0db34.tar.gz
hdf5-ac38154c425b1de0bc67aa8987f9644130b0db34.tar.bz2
Fix paths for swmr_compat_vfd utility
Diffstat (limited to 'hl')
-rw-r--r--hl/tools/h5watch/testh5watch.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/h5watch/testh5watch.sh.in b/hl/tools/h5watch/testh5watch.sh.in
index 43ed421..72e4140 100644
--- a/hl/tools/h5watch/testh5watch.sh.in
+++ b/hl/tools/h5watch/testh5watch.sh.in
@@ -16,7 +16,7 @@
# Check to see if the VFD specified by the HDF5_DRIVER environment variable
# supports SWMR.
-../utils/swmr_compat_vfd
+../../../utils/swmr_compat_vfd
rc=$?
if [ $rc != 0 ] ; then
echo