]> sjero.net Git - wget/blobdiff - tests/Test-ftp.px
[mq]: cfg-mk
[wget] / tests / Test-ftp.px
index a98d745feaf67103eba2806b563af1af8bd30aa6..49a96810d149a1ae20f9342de42f99a71f556c16 100755 (executable)
@@ -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();