]> sjero.net Git - wget/blobdiff - tests/Test-idn-headers.px
Attempted, but failed, to reproduce bug 22403.
[wget] / tests / Test-idn-headers.px
index 3289d5f51cdd0caae810709ade3b78147770bd28..f58581373df13dad5ed96ec7eba2613bfeee63a6 100755 (executable)
@@ -1,7 +1,9 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
+use warnings;
 
+use WgetFeature qw(iri);
 use HTTPTest;
 
 # " Kon'nichiwa <dot> Japan
@@ -54,7 +56,7 @@ my %expected_downloaded_files = (
 
 ###############################################################################
 
-my $the_test = HTTPTest->new (name => "Test-iri-headers",
+my $the_test = HTTPTest->new (name => "Test-idn-headers",
                               input => \%urls, 
                               cmdline => $cmdline, 
                               errcode => $expected_error_code,