diff options
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"); |