X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-O.px;h=1f4e8efe65fae32ab829ab52dbcb9c129ef0200f;hp=e584d060f5899881ef5df6c1e48e2d3e2549f87f;hb=d3007f1b3a5d033babe40bc4c56a899eb3b10bfa;hpb=829f83bf5bce33e856971b55a8e00c3560da7b4b diff --git a/tests/Test-O.px b/tests/Test-O.px index e584d060..1f4e8efe 100755 --- a/tests/Test-O.px +++ b/tests/Test-O.px @@ -23,7 +23,7 @@ my %urls = ( }, ); -my $cmdline = $WgetTest::WGETPATH . " -O out http://localhost:8080/dummy.txt"; +my $cmdline = $WgetTest::WGETPATH . " -O out http://localhost:{{port}}/dummy.txt"; my $expected_error_code = 0;