]> sjero.net Git - wget/blobdiff - tests/Test-idn-meta.px
Attempted, but failed, to reproduce bug 22403.
[wget] / tests / Test-idn-meta.px
index 3d6e0563fd16e9777aa91e05ff88a1e157ef159b..199eabe2b48394c3d6e58c6ceeb49e012ea82f78 100755 (executable)
@@ -3,6 +3,7 @@
 use strict;
 use warnings;
 
+use WgetFeature qw(iri);
 use HTTPTest;
 
 # " Kon'nichiwa <dot> Japan
@@ -56,7 +57,7 @@ my %expected_downloaded_files = (
 
 ###############################################################################
 
-my $the_test = HTTPTest->new (name => "Test-iri-meta",
+my $the_test = HTTPTest->new (name => "Test-idn-meta",
                               input => \%urls, 
                               cmdline => $cmdline, 
                               errcode => $expected_error_code,