X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-idn-meta.px;h=9fdbbd05381388043bd2137d2c7db281a9ec0eb2;hb=12218d353bb16f44a631a6d96fc4c882c70fd8eb;hp=fdebe66dab903b2a525d62bf90947ceeb660199b;hpb=4a08094db88011153adadbf995103770b20d2a31;p=wget diff --git a/tests/Test-idn-meta.px b/tests/Test-idn-meta.px index fdebe66d..9fdbbd05 100755 --- a/tests/Test-idn-meta.px +++ b/tests/Test-idn-meta.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; @@ -41,7 +41,7 @@ my %urls = ( }, ); -my $cmdline = $WgetTest::WGETPATH . " --debug --iri -rH" +my $cmdline = $WgetTest::WGETPATH . " --iri -rH" . " -e http_proxy=localhost:{{port}} http://start-here.com/start.html"; my $expected_error_code = 0;