summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-08-21 14:53:17 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-08-21 14:53:17 (GMT)
commitc68700769fa56b04e4e13f2e5019cc2b93599fd5 (patch)
tree56354f770da6610ffc4960e757d3af154ec97beb /test
parentd0f1d9ab7b7bc429429e106cba9d98d716ac3eb5 (diff)
downloadhdf5-c68700769fa56b04e4e13f2e5019cc2b93599fd5.zip
hdf5-c68700769fa56b04e4e13f2e5019cc2b93599fd5.tar.gz
hdf5-c68700769fa56b04e4e13f2e5019cc2b93599fd5.tar.bz2
Avoid potential shadow-file clashes, call the shadow file `group-shadow`.
Diffstat (limited to 'test')
-rw-r--r--test/vfd_swmr_group_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr_group_writer.c b/test/vfd_swmr_group_writer.c
index a1bea61..66ff114 100644
--- a/test/vfd_swmr_group_writer.c
+++ b/test/vfd_swmr_group_writer.c
@@ -288,7 +288,7 @@ main(int argc, char **argv)
"unknown personality, expected vfd_swmr_group_{reader,writer}");
}
- fapl = vfd_swmr_create_fapl(writer, true, s.use_vfd_swmr, "./shadow");
+ fapl = vfd_swmr_create_fapl(writer, true, s.use_vfd_swmr, "./group-shadow");
if (fapl < 0)
errx(EXIT_FAILURE, "vfd_swmr_create_fapl");