summaryrefslogtreecommitdiffstats
path: root/test/cache_logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache_logging.c')
-rw-r--r--test/cache_logging.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cache_logging.c b/test/cache_logging.c
index fbdf552..dff9feb 100644
--- a/test/cache_logging.c
+++ b/test/cache_logging.c
@@ -171,10 +171,10 @@ main(void)
if (nerrors) {
printf("***** %d Metadata cache logging TEST%s FAILED! *****\n", nerrors, nerrors > 1 ? "S" : "");
- HDexit(EXIT_FAILURE);
+ exit(EXIT_FAILURE);
}
printf("All Metadata Cache Logging tests passed.\n");
- HDexit(EXIT_SUCCESS);
+ exit(EXIT_SUCCESS);
}