mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Fixed wrong expected behaviour in Test4.px.
This commit is contained in:
parent
81f7fd478f
commit
01798261db
@ -1,3 +1,7 @@
|
||||
2006-07-14 Mauro Tortonesi <mauro@ferrara.linux.it>
|
||||
|
||||
* Test4.px: Fixed wrong expected behaviour.
|
||||
|
||||
2006-06-13 Mauro Tortonesi <mauro@ferrara.linux.it>
|
||||
|
||||
* Test9.px: Added test for --restrict-file-names=lowercase option.
|
||||
|
@ -25,9 +25,12 @@ my %urls = (
|
||||
|
||||
my $cmdline = "wget --quiet -O out http://localhost:8080/nonexistent";
|
||||
|
||||
my $expected_error_code = 11;
|
||||
my $expected_error_code = 256;
|
||||
|
||||
my %expected_downloaded_files = (
|
||||
'out' => {
|
||||
content => "",
|
||||
}
|
||||
);
|
||||
|
||||
###############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user