]> sjero.net Git - wget/blobdiff - tests/Test-ftp-bad-list.px
[mq]: cfg-mk
[wget] / tests / Test-ftp-bad-list.px
index 11a973fd58f60dc01404cb97bc335876f6e1e65d..b0855fcea06db33eab4512b3b394b3068db1e8a7 100755 (executable)
@@ -57,9 +57,9 @@ my %preexisting_files = (
 ###############################################################################
 
 my $the_test = FTPTest->new (name => "Test-ftp-bad-list",
-                             input => \%urls, 
-                             cmdline => $cmdline, 
-                             errcode => $expected_error_code, 
+                             input => \%urls,
+                             cmdline => $cmdline,
+                             errcode => $expected_error_code,
                              output => \%expected_downloaded_files,
                              existing => \%preexisting_files,
                              server_behavior => {bad_list => 1});