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