]> sjero.net Git - wget/blobdiff - tests/Test-O.px
Don't use hardcoded ports.
[wget] / tests / Test-O.px
index e584d060f5899881ef5df6c1e48e2d3e2549f87f..1f4e8efe65fae32ab829ab52dbcb9c129ef0200f 100755 (executable)
@@ -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;