X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest-nonexisting-quiet.px;h=2766b5c597e825a618ee210e54009bfaa3315563;hb=f0438edcf2e34169fb0792119ac9ce10ae35a564;hp=45f24390450bff7b76f42b31d5934ef7fdd63995;hpb=caae3b70f46bd519857b595f7f06ea0179551336;p=wget diff --git a/tests/Test-nonexisting-quiet.px b/tests/Test-nonexisting-quiet.px index 45f24390..2766b5c5 100755 --- a/tests/Test-nonexisting-quiet.px +++ b/tests/Test-nonexisting-quiet.px @@ -23,7 +23,7 @@ my %urls = ( }, ); -my $cmdline = $WgetTest::WGETPATH . " --quiet http://localhost:8080/nonexistent"; +my $cmdline = $WgetTest::WGETPATH . " --quiet http://localhost:{{port}}/nonexistent"; my $expected_error_code = 256;