]> sjero.net Git - wget/blobdiff - tests/Test-idn-cmd.px
Fix test names.
[wget] / tests / Test-idn-cmd.px
index a5c156a2b3113fe304ca3131bf10fae82661a559..2f97962438b969c01a161c56b32e78cf530ff2b6 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
 
 use strict;
+use warnings;
 
 use HTTPTest;
 
@@ -39,7 +40,7 @@ my %expected_downloaded_files = (
 
 ###############################################################################
 
-my $the_test = HTTPTest->new (name => "Test-iri-cmd",
+my $the_test = HTTPTest->new (name => "Test-idn-cmd",
                               input => \%urls, 
                               cmdline => $cmdline, 
                               errcode => $expected_error_code,