From: Nikos Mavrogiannopoulos Date: Fri, 8 Apr 2011 14:54:14 +0000 (+0200) Subject: disable test in windows. X-Git-Tag: gnutls_2_99_0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5054e1ad156f9dafdc8e5fa2014320cc8d04fd27;p=thirdparty%2Fgnutls.git disable test in windows. --- diff --git a/tests/chainverify.c b/tests/chainverify.c index a7d5daf9f5..8cd5244cbb 100644 --- a/tests/chainverify.c +++ b/tests/chainverify.c @@ -761,6 +761,13 @@ doit (void) size_t i; int ret; + /* The overloading of time() seems to work in linux (ELF?) + * systems only. Disable it on windows. + */ +#ifdef _WIN32 + exit(77); +#endif + ret = gnutls_global_init (); if (ret != 0) {