summaryrefslogtreecommitdiffstats
path: root/tools/libtest
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-04-17 00:07:21 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:35:18 (GMT)
commit58dfaafcceabeb054b90034838294d9a1ae339ac (patch)
tree9fd3a7f9dca546ec26af6849a9bc880c360a55ef /tools/libtest
parent6609048ecfaf5409391758abf0d873ecebab160d (diff)
downloadhdf5-58dfaafcceabeb054b90034838294d9a1ae339ac.zip
hdf5-58dfaafcceabeb054b90034838294d9a1ae339ac.tar.gz
hdf5-58dfaafcceabeb054b90034838294d9a1ae339ac.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)