To avoid potential clashes with other tests, call the shadow file zoo-shadow.

This commit is contained in:
David Young
2020-08-21 09:47:14 -05:00
parent bcf91a09df
commit 0c741c5997

View File

@@ -284,7 +284,7 @@ main(int argc, char **argv)
if (argc > 0)
errx(EXIT_FAILURE, "unexpected command-line arguments");
fapl = vfd_swmr_create_fapl(writer, true, use_vfd_swmr, "./shadow");
fapl = vfd_swmr_create_fapl(writer, true, use_vfd_swmr, "./zoo-shadow");
if (use_vfd_swmr && H5Pget_vfd_swmr_config(fapl, &swmr_config) < 0)
errx(EXIT_FAILURE, "H5Pget_vfd_swmr_config");