]> sjero.net Git - wget/blobdiff - tests/Test-idn-headers.px
Updated config.guess, config.sub, install.sh.
[wget] / tests / Test-idn-headers.px
index 3289d5f51cdd0caae810709ade3b78147770bd28..b94c1cde1d780ba8681f6a938132b43afd705f98 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
@@ -54,7 +55,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,