diff options
author | David Young <dyoung@hdfgroup.org> | 2020-08-21 14:48:39 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-08-21 14:48:39 (GMT) |
commit | 2f30671e8472d4d452b9bfb0d1670664288c660d (patch) | |
tree | 1e9b2d6ca87566757ae138692527a92dacfa8653 /test | |
parent | 24e6e55c5672aecf02b780574e23af5b665a909f (diff) | |
download | hdf5-2f30671e8472d4d452b9bfb0d1670664288c660d.zip hdf5-2f30671e8472d4d452b9bfb0d1670664288c660d.tar.gz hdf5-2f30671e8472d4d452b9bfb0d1670664288c660d.tar.bz2 |
Straggler from last: call the shadow file `vlstr-shadow`.
Diffstat (limited to 'test')
-rw-r--r-- | test/vfd_swmr_vlstr_reader.c | 2 |
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"); |