summaryrefslogtreecommitdiffstats
path: root/test/testflushrefresh.sh.in
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 /test/testflushrefresh.sh.in
parentac8c9de78a57111267d9f4189d29f7a44b676c47 (diff)
downloadhdf5-ac38154c425b1de0bc67aa8987f9644130b0db34.zip
hdf5-ac38154c425b1de0bc67aa8987f9644130b0db34.tar.gz
hdf5-ac38154c425b1de0bc67aa8987f9644130b0db34.tar.bz2
Fix paths for swmr_compat_vfd utility
Diffstat (limited to 'test/testflushrefresh.sh.in')
-rw-r--r--test/testflushrefresh.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testflushrefresh.sh.in b/test/testflushrefresh.sh.in
index 79b7186..b58799a 100644
--- a/test/testflushrefresh.sh.in
+++ b/test/testflushrefresh.sh.in
@@ -65,7 +65,7 @@ fi
# Check to see if the VFD specified by the HDF5_DRIVER environment variable
# supports SWMR.
-../swmr_compat_vfd
+../utils/swmr_compat_vfd
rc=$?
if [ $rc -ne 0 ] ; then
echo