summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_addrem_writer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/vfd_swmr_addrem_writer.c')
-rw-r--r--test/vfd_swmr_addrem_writer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/vfd_swmr_addrem_writer.c b/test/vfd_swmr_addrem_writer.c
index a8aefa9..51b2470 100644
--- a/test/vfd_swmr_addrem_writer.c
+++ b/test/vfd_swmr_addrem_writer.c
@@ -115,7 +115,8 @@ open_skeleton(const char *filename, unsigned verbose)
config->max_lag = 5;
config->writer = TRUE;
config->md_pages_reserved = 128;
- HDstrcpy(config->md_file_path, "./my_md_file");
+ esnprintf(config->md_file_path, sizeof(config->md_file_path),
+ "./rw-shadow");
/* Enable VFD SWMR configuration */
if(H5Pset_vfd_swmr_config(fapl, config) < 0)