summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_zoo_writer.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-03-23 19:57:58 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-03-23 19:57:58 (GMT)
commit85f5bfb3b7e1e65db39067d5ff7d4fb3462d484c (patch)
tree8e28113a2c4737cd417a82819cbff28567249e35 /test/vfd_swmr_zoo_writer.c
parentcb5e1ead29a66dcfdb7bee6e65ed76a9a93a3f9b (diff)
downloadhdf5-85f5bfb3b7e1e65db39067d5ff7d4fb3462d484c.zip
hdf5-85f5bfb3b7e1e65db39067d5ff7d4fb3462d484c.tar.gz
hdf5-85f5bfb3b7e1e65db39067d5ff7d4fb3462d484c.tar.bz2
Use the name vfd_swmr_zoo.h5 for the zoo file, not vfd_swmr_vlstr.h5.
Diffstat (limited to 'test/vfd_swmr_zoo_writer.c')
-rw-r--r--test/vfd_swmr_zoo_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr_zoo_writer.c b/test/vfd_swmr_zoo_writer.c
index f09c57e..54444b2 100644
--- a/test/vfd_swmr_zoo_writer.c
+++ b/test/vfd_swmr_zoo_writer.c
@@ -159,7 +159,7 @@ main(int argc, char **argv)
if (ret < 0)
errx(EXIT_FAILURE, "H5Pset_file_space_strategy");
- fid = H5Fcreate("vfd_swmr_vlstr.h5", H5F_ACC_TRUNC, fcpl, fapl);
+ fid = H5Fcreate("vfd_swmr_zoo.h5", H5F_ACC_TRUNC, fcpl, fapl);
if ((f = H5VL_object_verify(fid, H5I_FILE)) == NULL)
errx(EXIT_FAILURE, "H5VL_object_verify");