]> sjero.net Git - wget/blobdiff - tests/Test-c-full.px
Don't use hardcoded ports.
[wget] / tests / Test-c-full.px
index bb9304b927115460d031549541ddb7bc816b57d5..f277a023897f4818c6e8468a5cb52a401e7f32d7 100755 (executable)
@@ -27,7 +27,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " -c http://localhost:8080/somefile.txt";
+my $cmdline = $WgetTest::WGETPATH . " -c http://localhost:{{port}}/somefile.txt";
 
 my $expected_error_code = 0;