summaryrefslogtreecommitdiff
path: root/test/pyhttpd/curl.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pyhttpd/curl.py')
-rw-r--r--test/pyhttpd/curl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pyhttpd/curl.py b/test/pyhttpd/curl.py
index 338e82ce44..2b6840b161 100644
--- a/test/pyhttpd/curl.py
+++ b/test/pyhttpd/curl.py
@@ -32,7 +32,7 @@ class CurlPiper:
return self._r.response if self._r else None
def start(self):
- self.args, self.headerfile = self.env.curl_complete_args(self.url, timeout=5, options=[
+ self.args, self.headerfile = self.env.curl_complete_args([self.url], timeout=5, options=[
"-T", "-", "-X", "POST", "--trace-ascii", "%", "--trace-time"])
sys.stderr.write("starting: {0}\n".format(self.args))
self.proc = subprocess.Popen(self.args, stdin=subprocess.PIPE,