X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-iri.px;h=d228721cdce861b2be427b09580588fe61b66fe0;hp=3f4cf3fd4a5c2a1ab2e896854b4eb7e66af9f207;hb=f8ffc7d0848e45c9c288c19332b99b6291188e66;hpb=a0c75a96c03353e3dbeb963758bf36ea20cc0cb6 diff --git a/tests/Test-iri.px b/tests/Test-iri.px index 3f4cf3fd..d228721c 100755 --- a/tests/Test-iri.px +++ b/tests/Test-iri.px @@ -25,7 +25,6 @@ my $eacute_l1 = "\xE9"; my $eacute_u8 = "\xC3\xA9"; my $eurosign_l15 = "\xA4"; my $eurosign_u8 = "\xE2\x82\xAC"; -my $eurosign2_u8 = "\xE2%82\xAC"; # version wget use... sXXXav my $pageindex = < @@ -187,7 +186,7 @@ my %urls = ( }, ); -my $cmdline = $WgetTest::WGETPATH . " --iri -nH -r http://localhost:{{port}}/"; +my $cmdline = $WgetTest::WGETPATH . " --iri --restrict-file-names=nocontrol -nH -r http://localhost:{{port}}/"; my $expected_error_code = 0; @@ -204,7 +203,7 @@ my %expected_downloaded_files = ( "p2_${eacute_u8}${eacute_u8}n.html" => { content => $pageeen, }, - "p3_${eurosign2_u8}${eurosign2_u8}${eurosign2_u8}.html" => { + "p3_${eurosign_u8}${eurosign_u8}${eurosign_u8}.html" => { content => $pageeuro, }, "p4_m${eacute_u8}${eacute_u8}r.html" => {