summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2021-07-02 19:47:30 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2021-07-02 19:47:30 (GMT)
commitfab0187f2f47363460264502ef8e694457fc813e (patch)
tree03427b4829800d9a1d1582694901eddda532a18c /tools/test/h5dump
parenta32ba3c586571e596331f9f20a4621734679aedc (diff)
downloadhdf5-fab0187f2f47363460264502ef8e694457fc813e.zip
hdf5-fab0187f2f47363460264502ef8e694457fc813e.tar.gz
hdf5-fab0187f2f47363460264502ef8e694457fc813e.tar.bz2
Rename tool for checking VOL connector compatibility
Diffstat (limited to 'tools/test/h5dump')
-rw-r--r--tools/test/h5dump/testh5dumpvds.sh.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/test/h5dump/testh5dumpvds.sh.in b/tools/test/h5dump/testh5dumpvds.sh.in
index e93b67b..cd839b6 100644
--- a/tools/test/h5dump/testh5dumpvds.sh.in
+++ b/tools/test/h5dump/testh5dumpvds.sh.in
@@ -32,8 +32,8 @@ H5DIFF_BIN=`pwd`/$H5DIFF # The path of the h5diff tool binary
H5IMPORT=../../src/h5import/h5import # The h5import tool name
H5IMPORT_BIN=`pwd`/$H5IMPORT # The path of the h5import tool binary
-VDS_CHECK_COMPAT_VOL=../../../utils/vds_check_compat_vol # The vds_check_compat_vol tool name
-VDS_CHECK_COMPAT_VOL_BIN=`pwd`/$VDS_CHECK_COMPAT_VOL # The path of the vds_check_compat_vol tool binary
+VDS_ELINK_COMPAT_VOL=../../../utils/vds_elink_compat_vol # The vds_elink_compat_vol tool name
+VDS_ELINK_COMPAT_VOL_BIN=`pwd`/$VDS_ELINK_COMPAT_VOL # The path of the vds_elink_compat_vol tool binary
RM='rm -rf'
CMP='cmp -s'
@@ -505,8 +505,8 @@ COPY_TESTFILES_TO_TESTDIR
# Check to see if the VOL connector specified by the HDF5_VOL_CONNECTOR
# environment variable supports virtual datasets (and external links)
#
-# Note: Depends on vds_check_compat_vol tool from $(topdir)/utils
-$VDS_CHECK_COMPAT_VOL_BIN
+# Note: Depends on vds_elink_compat_vol tool from $(topdir)/utils
+$VDS_ELINK_COMPAT_VOL_BIN
COMPAT_VOL=$?
####### test for dataset vds ######