]> sjero.net Git - wget/commitdiff
Test--spider.px expect 0.
authorMicah Cowan <micah@cowan.name>
Fri, 23 May 2008 07:00:55 +0000 (00:00 -0700)
committerMicah Cowan <micah@cowan.name>
Fri, 23 May 2008 07:00:55 +0000 (00:00 -0700)
tests/ChangeLog
tests/Test--spider.px

index 93f2aa82671a9db52293878b362a81244298dc44..2f65fd34c14dd6863468ae4c4aaede27ca9a8564 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-23  Micah Cowan  <micah@cowan.name>
+
+       * Test--spider.px: Make test expect 0 return code.
+
 2008-05-22  Micah Cowan  <micah@cowan.name>
 
        * Makefile.am (run-px-tests): Replaced ugly list of tests with
index c2c1263e01bf9aa125647a9cf627bff8f64b0aa1..f412c762afcd759d61af80fa9185ac98f0330667 100755 (executable)
@@ -34,7 +34,7 @@ my %urls = (
 
 my $cmdline = $WgetTest::WGETPATH . " --spider http://localhost:8080/index.html";
 
-my $expected_error_code = 256;
+my $expected_error_code = 0;
 
 my %expected_downloaded_files = (
 );