]> sjero.net Git - wget/blobdiff - tests/Test--spider.px
Automated merge.
[wget] / tests / Test--spider.px
index c2c1263e01bf9aa125647a9cf627bff8f64b0aa1..dbc97135aa352bb78f27993c53f08b107203e625 100755 (executable)
@@ -32,9 +32,9 @@ 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 = 256;
+my $expected_error_code = 0;
 
 my %expected_downloaded_files = (
 );