summaryrefslogtreecommitdiffstats
path: root/test/testflushrefresh.sh.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2021-07-02 20:59:48 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2021-07-02 20:59:48 (GMT)
commitca8e71bbec5cafa08f4d97a4343f1df4125ced83 (patch)
tree012a386bd9cfc447387201a7a8cec34c12a745ba /test/testflushrefresh.sh.in
parentfab0187f2f47363460264502ef8e694457fc813e (diff)
downloadhdf5-ca8e71bbec5cafa08f4d97a4343f1df4125ced83.zip
hdf5-ca8e71bbec5cafa08f4d97a4343f1df4125ced83.tar.gz
hdf5-ca8e71bbec5cafa08f4d97a4343f1df4125ced83.tar.bz2
Move utility to check VFD for SWMR compatibility to utils directory
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 83685e8..79b7186 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_check_compat_vfd
+../swmr_compat_vfd
rc=$?
if [ $rc -ne 0 ] ; then
echo