summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-10-15 16:29:52 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-10-15 23:22:14 +0200
commitefffa66f655c04747e14cd734fce7fcb9626c413 (patch)
treeb2df5fd039e24cc73de4a4fca7494bea5194f897 /tests
parentccb466fd36b7a931b005a6d8124c4fbc322a16c7 (diff)
downloadcurl-efffa66f655c04747e14cd734fce7fcb9626c413.tar.gz
urlapi: skip a strlen(), pass in zero
... to let curl_easy_escape() itself do the strlen. This avoids a (false positive) Coverity warning and it avoids us having to store the strlen() return value in an int variable. Reviewed-by: Daniel Gustafsson Closes #7862
Diffstat (limited to 'tests')
-rw-r--r--tests/data/test15602
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1560 b/tests/data/test1560
index e8767b27b..f6722fd41 100644
--- a/tests/data/test1560
+++ b/tests/data/test1560
@@ -2,7 +2,7 @@
<info>
<keywords>
unittest
-URL API
+URLAPI
</keywords>
</info>