summaryrefslogtreecommitdiffstats
path: root/test/unregister.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/unregister.c')
-rw-r--r--test/unregister.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unregister.c b/test/unregister.c
index 4d73783..0dbcbd5 100644
--- a/test/unregister.c
+++ b/test/unregister.c
@@ -305,7 +305,7 @@ main(void)
FAIL_STACK_ERROR;
api_ctx_pushed = FALSE;
- HDexit(EXIT_SUCCESS);
+ exit(EXIT_SUCCESS);
error:
nerrors = MAX(1, nerrors);
@@ -314,5 +314,5 @@ error:
if (api_ctx_pushed)
H5CX_pop(FALSE);
- HDexit(EXIT_FAILURE);
+ exit(EXIT_FAILURE);
} /* end main() */