mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Fix Test-ftp-iri.
This commit is contained in:
parent
50e12521d6
commit
47e7d242ff
@ -1207,9 +1207,10 @@ WARNING: Can't reopen standard output in binary mode;\n\
|
|||||||
* retrieve_url may modify it in some circumstances,
|
* retrieve_url may modify it in some circumstances,
|
||||||
* currently. */
|
* currently. */
|
||||||
struct iri *iri = iri_new ();
|
struct iri *iri = iri_new ();
|
||||||
struct url *url_parsed = url_parse (*t, &url_err, iri, true);
|
struct url *url_parsed;
|
||||||
|
|
||||||
set_uri_encoding (iri, opt.locale, true);
|
set_uri_encoding (iri, opt.locale, true);
|
||||||
|
url_parsed = url_parse (*t, &url_err, iri, true);
|
||||||
|
|
||||||
if (!url_parsed)
|
if (!url_parsed)
|
||||||
{
|
{
|
||||||
|
@ -25,7 +25,7 @@ my %urls = (
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
my $cmdline = $WgetTest::WGETPATH . " --locale=iso-8859-1 -S ftp://localhost:{{port}}/fran${ccedilla_l1}ais.txt";
|
my $cmdline = $WgetTest::WGETPATH . " --debug --locale=iso-8859-1 -S ftp://localhost:{{port}}/fran${ccedilla_l1}ais.txt";
|
||||||
|
|
||||||
my $expected_error_code = 0;
|
my $expected_error_code = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user