From a6d666e1a6c6476362072e3879d51491ac1d1a62 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 18 Jun 2014 01:17:23 +0200 Subject: tests: Use CURLOPT_READDATA instead of the obsolete CURLOPT_INFILE --- tests/libtest/lib541.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest/lib541.c') diff --git a/tests/libtest/lib541.c b/tests/libtest/lib541.c index 3318b9b8b..6015d2f06 100644 --- a/tests/libtest/lib541.c +++ b/tests/libtest/lib541.c @@ -96,7 +96,7 @@ int test(char *URL) test_setopt(curl,CURLOPT_URL, URL); /* now specify which file to upload */ - test_setopt(curl, CURLOPT_INFILE, hd_src); + test_setopt(curl, CURLOPT_READDATA, hd_src); /* Now run off and do what you've been told! */ res = curl_easy_perform(curl); -- cgit v1.2.3