summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-08-21 14:47:14 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-08-21 14:47:14 (GMT)
commit0c741c59975cf9f598564e793df92fdbbadea0b9 (patch)
treeb5244b8145241f578cee0ba6d473f3f7c8edf3e7 /test
parentbcf91a09df826ec3e01ade807a3e9bff70c30703 (diff)
downloadhdf5-0c741c59975cf9f598564e793df92fdbbadea0b9.zip
hdf5-0c741c59975cf9f598564e793df92fdbbadea0b9.tar.gz
hdf5-0c741c59975cf9f598564e793df92fdbbadea0b9.tar.bz2
To avoid potential clashes with other tests, call the shadow file `zoo-shadow`.
Diffstat (limited to 'test')
-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 e2892ec..12db3cd 100644
--- a/test/vfd_swmr_zoo_writer.c
+++ b/test/vfd_swmr_zoo_writer.c
@@ -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");