mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Test--spider.px expect 0.
This commit is contained in:
parent
fb648cb8a6
commit
998ede3a88
@ -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
|
||||
|
@ -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 = (
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user