From cab9c4549fa9cb9bb82a6b2b3fa54584db857094 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 8 Jan 2019 23:40:50 +0100 Subject: fixup disable the test on mingw - until someone fixes the build --- tests/unit/unit1621.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/unit/unit1621.c b/tests/unit/unit1621.c index 8876ae6bf..9658a5f11 100644 --- a/tests/unit/unit1621.c +++ b/tests/unit/unit1621.c @@ -35,6 +35,13 @@ static void unit_stop(void) { } +#ifdef __MINGW32__ +UNITTEST_START +{ + return 0; +} +#else + bool stripcredentials(char **url); struct checkthis { @@ -76,5 +83,6 @@ UNITTEST_START curl_free(url); } return rc; +#endif } UNITTEST_STOP -- cgit v1.2.1