summaryrefslogtreecommitdiffstats
path: root/tools/libtest
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-04-17 03:10:47 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-04-17 03:10:47 (GMT)
commit19bca90648a6435d3757c8345ae629b588861f70 (patch)
treeab89bcc86bc815ba8ccd303cb355d064c446e817 /tools/libtest
parent66842e3347a52e18aea227ba893a4d48ee0b80e7 (diff)
parent9ecca22dd1852145810280e8c54aa6b0ab26b604 (diff)
downloadhdf5-19bca90648a6435d3757c8345ae629b588861f70.zip
hdf5-19bca90648a6435d3757c8345ae629b588861f70.tar.gz
hdf5-19bca90648a6435d3757c8345ae629b588861f70.tar.bz2
Merge pull request #2521 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop
* commit '9ecca22dd1852145810280e8c54aa6b0ab26b604': Fixed problems with S3 and HDFS VFDs. * Updated info struct parameter to correct info_string * Fixed Makefile.am where the S3 VFD was listed twice, causing duplicated symbols errors.
Diffstat (limited to 'tools/libtest')
-rw-r--r--tools/libtest/h5tools_test_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libtest/h5tools_test_utils.c b/tools/libtest/h5tools_test_utils.c
index 8956bb5..aecd3f5 100644
--- a/tools/libtest/h5tools_test_utils.c
+++ b/tools/libtest/h5tools_test_utils.c
@@ -1172,7 +1172,7 @@ test_set_configured_fapl(void)
/* test */
fapl_info.type = VFD_BY_NAME;
- fapl_info.info = C.conf_fa;
+ fapl_info.info_string = C.conf_fa;
fapl_info.u.name = C.vfdname;
result = h5tools_get_fapl(H5P_DEFAULT, &fapl_info);
if (C.expected == 0)