summaryrefslogtreecommitdiffstats
path: root/tools/libtest
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-04-17 00:07:21 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-04-17 00:07:21 (GMT)
commit9ecca22dd1852145810280e8c54aa6b0ab26b604 (patch)
treeab89bcc86bc815ba8ccd303cb355d064c446e817 /tools/libtest
parent66842e3347a52e18aea227ba893a4d48ee0b80e7 (diff)
downloadhdf5-9ecca22dd1852145810280e8c54aa6b0ab26b604.zip
hdf5-9ecca22dd1852145810280e8c54aa6b0ab26b604.tar.gz
hdf5-9ecca22dd1852145810280e8c54aa6b0ab26b604.tar.bz2
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)