Oops, the test has to return success in the unimplemented case.

This commit is contained in:
David Young 2020-02-06 10:43:37 -06:00
parent a0a75e7b6e
commit 8f77878953

View File

@ -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*/