X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=tests%2FTest--spider-fail.px;h=b30ef755f44894758459da415043304338c90231;hb=f0438edcf2e34169fb0792119ac9ce10ae35a564;hp=c5a299d1ad09583a18f02cdb4246f022009c6e28;hpb=caae3b70f46bd519857b595f7f06ea0179551336;p=wget diff --git a/tests/Test--spider-fail.px b/tests/Test--spider-fail.px index c5a299d1..b30ef755 100755 --- a/tests/Test--spider-fail.px +++ b/tests/Test--spider-fail.px @@ -32,7 +32,7 @@ my %urls = ( }, ); -my $cmdline = $WgetTest::WGETPATH . " --spider http://localhost:8080/nonexistent"; +my $cmdline = $WgetTest::WGETPATH . " --spider http://localhost:{{port}}/nonexistent"; my $expected_error_code = 256;