diff options
author | David Young <dyoung@hdfgroup.org> | 2020-05-19 19:51:13 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:37:21 (GMT) |
commit | e083b2834e54190f5e45888a2e36940db11a55d2 (patch) | |
tree | decb9a028d65a72660ce46850762d7d4435ade1b /tools/libtest | |
parent | 975fc23fb4225f4f81a46f945844dfda7a988fea (diff) | |
download | hdf5-e083b2834e54190f5e45888a2e36940db11a55d2.zip hdf5-e083b2834e54190f5e45888a2e36940db11a55d2.tar.gz hdf5-e083b2834e54190f5e45888a2e36940db11a55d2.tar.bz2 |
Be sure to fill the `fname` field in vfd_info.
Diffstat (limited to 'tools/libtest')
-rw-r--r-- | tools/libtest/h5tools_test_utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libtest/h5tools_test_utils.c b/tools/libtest/h5tools_test_utils.c index 12360a7..4b50c7c 100644 --- a/tools/libtest/h5tools_test_utils.c +++ b/tools/libtest/h5tools_test_utils.c @@ -1173,6 +1173,7 @@ test_set_configured_fapl(void) /* test */ vfd_info.info = C.conf_fa; vfd_info.name = C.vfdname; + vfd_info.fname = "ignore"; result = h5tools_get_fapl(H5P_DEFAULT, NULL, &vfd_info); if (C.expected == 0) JSVERIFY( result, H5I_INVALID_HID, C.message) |