summaryrefslogtreecommitdiffstats
path: root/test/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache.c')
-rw-r--r--test/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache.c b/test/cache.c
index b3b6e2a..8fee5f2 100644
--- a/test/cache.c
+++ b/test/cache.c
@@ -34069,7 +34069,7 @@ main(void)
if (!h5_using_default_driver(NULL)) {
HDputs(" -- SKIPPED for incompatible VFD --");
- HDexit(EXIT_SUCCESS);
+ exit(EXIT_SUCCESS);
}
if (create_entry_arrays() < 0) {