This gets the `t/02_new_version_cp.t` to pass on systems that use `curl`.
our @get_methods = (
"GET -t $get_method_timeout -H 'Pragma: no-cache'",
"wget --quiet --timeout=$get_method_timeout --no-cache -O -",
- "curl --silent --max-time=$get_method_timeout -H 'Pragma: no-cache'",
+ "curl --silent --max-time $get_method_timeout -H 'Pragma: no-cache'",
"fetch -q -T $get_method_timeout -o -",
"lynx --connect-timeout=$get_method_timeout --dump",
'links -dump',