Test--spider.px expect 0.

This commit is contained in:
Micah Cowan 2008-05-23 00:00:55 -07:00
parent fb648cb8a6
commit 998ede3a88
2 changed files with 5 additions and 1 deletions

View 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

View File

@ -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 = (
);