summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/vfd_swmr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr.c b/test/vfd_swmr.c
index 34657f3..287f1ff 100644
--- a/test/vfd_swmr.c
+++ b/test/vfd_swmr.c
@@ -1236,7 +1236,7 @@ test_reader_md_concur(void)
/* Set up the VFD SWMR configuration as reader + page buffering */
fapl_reader = init_vfd_swmr_config_fapl(config_reader, 1, 3, FALSE, 256, MD_FILENAME, FS_PAGE_SIZE);
if(fapl_reader == H5I_INVALID_HID)
- FAIL_STACK_ERROR;
+ HDexit(EXIT_FAILURE);
/* Open the test file as reader */
if((fid_reader = H5Fopen(FILENAME, H5F_ACC_RDONLY, fapl_reader)) < 0)