]> sjero.net Git - wget/blobdiff - tests/Test-ftp-iri-fallback.px
Fix build when libpsl is not available
[wget] / tests / Test-ftp-iri-fallback.px
index 1173a0771f558965450a15211eb56b4dea83f09a..c78518f020be9dd9c99105ccef2e11f5992f4808 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 use strict;
 use warnings;
@@ -37,7 +37,7 @@ my %expected_downloaded_files = (
 
 ###############################################################################
 
-my $the_test = FTPTest->new (name => "Test-ftp-iri",
+my $the_test = FTPTest->new (name => "Test-ftp-iri-fallback",
                              input => \%urls,
                              cmdline => $cmdline,
                              errcode => $expected_error_code,