From 8f77878953b55cbffb6331161d12eab1c778a8a5 Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 6 Feb 2020 10:43:37 -0600 Subject: Oops, the test has to return success in the unimplemented case. --- test/thread_id.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/thread_id.c b/test/thread_id.c index 8f6e2d5..9b289fa 100644 --- a/test/thread_id.c +++ b/test/thread_id.c @@ -156,8 +156,7 @@ main(void) int main(void) { - errx(EXIT_FAILURE, "not implemented in this configuration."); + HDfprintf(stderr, "not implemented in this configuration.\n"); + return EXIT_SUCCESS; } - #endif /*H5_HAVE_THREADSAFE && !H5_HAVE_WIN_THREADS*/ - -- cgit v0.12