summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-01-09 09:25:54 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-01-09 09:25:54 +0100
commite66658141a593797c201e12223f54ea9759140f8 (patch)
treee2c9914088609e4501a94db148ed3cd9b63367d1
parentcab9c4549fa9cb9bb82a6b2b3fa54584db857094 (diff)
downloadcurl-bagder/xattr-strip-credentials.tar.gz
fixup unit1621 againbagder/xattr-strip-credentials
-rw-r--r--tests/unit/unit1621.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/unit1621.c b/tests/unit/unit1621.c
index 9658a5f11..6e07b6ea9 100644
--- a/tests/unit/unit1621.c
+++ b/tests/unit/unit1621.c
@@ -40,6 +40,7 @@ UNITTEST_START
{
return 0;
}
+UNITTEST_STOP
#else
bool stripcredentials(char **url);
@@ -83,6 +84,6 @@ UNITTEST_START
curl_free(url);
}
return rc;
-#endif
}
UNITTEST_STOP
+#endif