X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-N-HTTP-Content-Disposition.px;h=32f877105fbbcfdb15f51b0038a01c27a5d89285;hb=f0438edcf2e34169fb0792119ac9ce10ae35a564;hp=42aa39ad8c6f0ac2691b0de0ab9b3288c2df7c52;hpb=fb648cb8a622983fc2d06e90f7764a2da2905584;p=wget diff --git a/tests/Test-N-HTTP-Content-Disposition.px b/tests/Test-N-HTTP-Content-Disposition.px index 42aa39ad..32f87710 100755 --- a/tests/Test-N-HTTP-Content-Disposition.px +++ b/tests/Test-N-HTTP-Content-Disposition.px @@ -26,7 +26,7 @@ my %urls = ( ); my $cmdline = $WgetTest::WGETPATH . " -N --content-disposition " - . "http://localhost:8080/dummy.txt"; + . "http://localhost:{{port}}/dummy.txt"; my $expected_error_code = 0;