]> sjero.net Git - wget/blobdiff - tests/Test-ftp-bad-list.px
Fix build when libpsl is not available
[wget] / tests / Test-ftp-bad-list.px
index b0855fcea06db33eab4512b3b394b3068db1e8a7..8584d0a6c564a1a59d81c6ceda2aa2c9225e1020 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 use strict;
 use warnings;
@@ -29,7 +29,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " -d -nH -Nc -r ftp://localhost:{{port}}/";
+my $cmdline = $WgetTest::WGETPATH . " -nH -Nc -r ftp://localhost:{{port}}/";
 
 my $expected_error_code = 0;