diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:13 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:13 +0900 |
commit | 61fb427c104d6f2334aaee9c7d90d8287d521b17 (patch) | |
tree | e4caa30fa69cb51705f22392cab8cf9c04dffb94 /tests/Test-ftp-bad-list.px | |
parent | 1478f6ab011981e9a986c0c30da680635d3e77bf (diff) | |
download | wget-61fb427c104d6f2334aaee9c7d90d8287d521b17.tar.gz wget-61fb427c104d6f2334aaee9c7d90d8287d521b17.tar.bz2 wget-61fb427c104d6f2334aaee9c7d90d8287d521b17.zip |
Imported Upstream version 1.16.1upstream/1.16.1
Diffstat (limited to 'tests/Test-ftp-bad-list.px')
-rwxr-xr-x | tests/Test-ftp-bad-list.px | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Test-ftp-bad-list.px b/tests/Test-ftp-bad-list.px index 8584d0a..78afd77 100755 --- a/tests/Test-ftp-bad-list.px +++ b/tests/Test-ftp-bad-list.px @@ -56,7 +56,7 @@ my %preexisting_files = ( ############################################################################### -my $the_test = FTPTest->new (name => "Test-ftp-bad-list", +my $the_test = FTPTest->new ( input => \%urls, cmdline => $cmdline, errcode => $expected_error_code, @@ -66,4 +66,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-bad-list", exit $the_test->run(); # vim: et ts=4 sw=4 - |