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