summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_vlstr_writer.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-08-21 14:48:17 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-08-21 14:48:17 (GMT)
commit24e6e55c5672aecf02b780574e23af5b665a909f (patch)
treee6f1f1a5a8e2eff214cebbee5f1be7b064b171af /test/vfd_swmr_vlstr_writer.c
parent0c741c59975cf9f598564e793df92fdbbadea0b9 (diff)
downloadhdf5-24e6e55c5672aecf02b780574e23af5b665a909f.zip
hdf5-24e6e55c5672aecf02b780574e23af5b665a909f.tar.gz
hdf5-24e6e55c5672aecf02b780574e23af5b665a909f.tar.bz2
Avoid shadow file clashes, call the file `vlstr-shadow`.
Diffstat (limited to 'test/vfd_swmr_vlstr_writer.c')
-rw-r--r--test/vfd_swmr_vlstr_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr_vlstr_writer.c b/test/vfd_swmr_vlstr_writer.c
index d4a83ae..cb52fcb 100644
--- a/test/vfd_swmr_vlstr_writer.c
+++ b/test/vfd_swmr_vlstr_writer.c
@@ -199,7 +199,7 @@ main(int argc, char **argv)
errx(EXIT_FAILURE, "unexpected command-line arguments");
fapl = vfd_swmr_create_fapl(true, sel == TEST_OOB, use_vfd_swmr,
- "./shadow");
+ "./vlstr-shadow");
if (fapl < 0)
errx(EXIT_FAILURE, "vfd_swmr_create_fapl");