X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-ftp-bad-list.px;h=8584d0a6c564a1a59d81c6ceda2aa2c9225e1020;hp=b0855fcea06db33eab4512b3b394b3068db1e8a7;hb=HEAD;hpb=4a08094db88011153adadbf995103770b20d2a31 diff --git a/tests/Test-ftp-bad-list.px b/tests/Test-ftp-bad-list.px index b0855fce..8584d0a6 100755 --- a/tests/Test-ftp-bad-list.px +++ b/tests/Test-ftp-bad-list.px @@ -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;