summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_vlstr_reader.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-08-21 14:48:39 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-08-21 14:48:39 (GMT)
commit2f30671e8472d4d452b9bfb0d1670664288c660d (patch)
tree1e9b2d6ca87566757ae138692527a92dacfa8653 /test/vfd_swmr_vlstr_reader.c
parent24e6e55c5672aecf02b780574e23af5b665a909f (diff)
downloadhdf5-2f30671e8472d4d452b9bfb0d1670664288c660d.zip
hdf5-2f30671e8472d4d452b9bfb0d1670664288c660d.tar.gz
hdf5-2f30671e8472d4d452b9bfb0d1670664288c660d.tar.bz2
Straggler from last: call the shadow file `vlstr-shadow`.
Diffstat (limited to 'test/vfd_swmr_vlstr_reader.c')
-rw-r--r--test/vfd_swmr_vlstr_reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr_vlstr_reader.c b/test/vfd_swmr_vlstr_reader.c
index 48a1f41..e78f36b 100644
--- a/test/vfd_swmr_vlstr_reader.c
+++ b/test/vfd_swmr_vlstr_reader.c
@@ -136,7 +136,7 @@ main(int argc, char **argv)
errx(EXIT_FAILURE, "unexpected command-line arguments");
fapl = vfd_swmr_create_fapl(false, sel == TEST_OOB, use_vfd_swmr,
- "./shadow");
+ "./vlstr-shadow");
if (fapl < 0)
errx(EXIT_FAILURE, "vfd_swmr_create_fapl");