X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=tools%2Fprivoxy-regression-test.pl;h=292ee78cc53c2533c26d0b21634d93d21005ecfd;hp=231aa9bc1d37b62019cb62d42f9d97ae4d938e1c;hb=cd1f43b2bd1d09c8e5a988a7bb2a0284a486f3e6;hpb=3b2fa0ef8faa4f46df3ba6c985d4e679e8b4269a diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl index 231aa9bc..292ee78c 100755 --- a/tools/privoxy-regression-test.pl +++ b/tools/privoxy-regression-test.pl @@ -1452,6 +1452,8 @@ sub get_page_with_curl ($) { $curl_line .= " --user-agent '" . PRT_VERSION . "' "; # We aren't too patient $curl_line .= " --max-time '" . get_cli_option('max-time') . "' "; + # We don't want curl to treat "[]", "{}" etc. special + $curl_line .= " --globoff "; $curl_line .= $parameters; # XXX: still necessary?