X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=tests%2FTest-ftp.px;h=2b8e25beb4daae8972b11e83baa263d06dc16d25;hp=a98d745feaf67103eba2806b563af1af8bd30aa6;hb=HEAD;hpb=289ff1c86acbd60e09cb15d22df62b8e19942c3e diff --git a/tests/Test-ftp.px b/tests/Test-ftp.px index a98d745f..2b8e25be 100755 --- a/tests/Test-ftp.px +++ b/tests/Test-ftp.px @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use warnings; @@ -35,9 +35,9 @@ my %expected_downloaded_files = ( ############################################################################### my $the_test = FTPTest->new (name => "Test-ftp", - input => \%urls, - cmdline => $cmdline, - errcode => $expected_error_code, + input => \%urls, + cmdline => $cmdline, + errcode => $expected_error_code, output => \%expected_downloaded_files); exit $the_test->run();