summaryrefslogtreecommitdiffstats
path: root/test/thread_id.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-06 16:43:37 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-11 20:33:22 (GMT)
commitefca0c7f5644b4bb6bcb13b9f869087db8a78c83 (patch)
treefb0d81e5a46f5870007ee90e77caceb30dbaa7bf /test/thread_id.c
parentc0fa07fd9fc1c4b0aab116c6c278142384a440b9 (diff)
downloadhdf5-efca0c7f5644b4bb6bcb13b9f869087db8a78c83.zip
hdf5-efca0c7f5644b4bb6bcb13b9f869087db8a78c83.tar.gz
hdf5-efca0c7f5644b4bb6bcb13b9f869087db8a78c83.tar.bz2
Oops, the test has to return success in the unimplemented case.
Diffstat (limited to 'test/thread_id.c')
-rw-r--r--test/thread_id.c5
1 files 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*/
-