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