aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest')
-rw-r--r--tests/libtest/lib577.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib577.c b/tests/libtest/lib577.c
index ac995c3fc..fdab361e2 100644
--- a/tests/libtest/lib577.c
+++ b/tests/libtest/lib577.c
@@ -231,7 +231,7 @@ int test(char *URL)
printf("===========================\n");
for(i = 0; i < testnum; i++) {
- rc = Curl_fnmatch(tests[i].pattern, tests[i].string);
+ rc = Curl_fnmatch(NULL, tests[i].pattern, tests[i].string);
if(rc != tests[i].result) {
printf("Curl_fnmatch(\"%s\", \"%s\") should return %d (returns %d)\n",
tests[i].pattern, tests[i].string, tests[i].result, rc);