X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-ftp-pasv-fail.px;h=e92f31523a1f382a08ad0e4988a3a95767b4a7a3;hp=0a8e26e1a7a911805400ac2121ec463ec853d1d9;hb=320cfdcb658e8d6556ae9dfd902c2db1db866a6b;hpb=544afabb39f03ab2adefdf62b6af51a81503eb58 diff --git a/tests/Test-ftp-pasv-fail.px b/tests/Test-ftp-pasv-fail.px index 0a8e26e1..e92f3152 100755 --- a/tests/Test-ftp-pasv-fail.px +++ b/tests/Test-ftp-pasv-fail.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; @@ -48,9 +48,9 @@ my %expected_downloaded_files = ( my $the_test = FTPTest->new (name => "Test-ftp-pasv-fail", server_behavior => {fail_on_pasv => 1}, - input => \%urls, - cmdline => $cmdline, - errcode => $expected_error_code, + input => \%urls, + cmdline => $cmdline, + errcode => $expected_error_code, output => \%expected_downloaded_files); exit $the_test->run();