mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Remove trailing empty lines
This commit is contained in:
parent
3b502901c0
commit
dd1b69c600
@ -1065,4 +1065,3 @@ developed inside the GNU project. Therefore the information given above
|
||||
applies also for every other Free Software Project. Contact
|
||||
`coordinator@translationproject.org' to make the `.pot' files available
|
||||
to the translation teams.
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
2014-06-11 Giuseppe Scrivano <gscrivan@redhat.com>
|
||||
|
||||
* ABOUT-NLS: Remove terminating empty lines.
|
||||
* MAILING-LIST: Likewise.
|
||||
* util/rmold.pl: Likewise.
|
||||
|
||||
* util/trunc.c (main): Ensure bindtextdomain is called.
|
||||
|
||||
2014-06-10 Giuseppe Scrivano <gscrivan@redhat.com>
|
||||
|
@ -47,4 +47,3 @@ for submitting and discussing patches to GNU Wget.
|
||||
|
||||
Messages from <wget-patches@sunsite.dk> are archived at
|
||||
`http://news.gmane.org/gmane.comp.web.wget.patches'.
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2014-06-11 Giuseppe Scrivano <gscrivan@redhat.com>
|
||||
|
||||
* fdl.texi: Remove terminating empty lines.
|
||||
|
||||
2014-06-10 Giuseppe Scrivano <gscrivan@redhat.com>
|
||||
|
||||
* wget.texi: Remove trailing whitespaces.
|
||||
|
@ -503,4 +503,3 @@ to permit their use in free software.
|
||||
@c Local Variables:
|
||||
@c ispell-local-pdict: "ispell-dict"
|
||||
@c End:
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
2014-06-11 Giuseppe Scrivano <gscrivan@redhat.com>
|
||||
|
||||
* Makefile.DJ: Remove terminating empty lines.
|
||||
* Makefile.WC: Likewise.
|
||||
* msdos.c: Likewise.
|
||||
|
||||
2009-09-06 Gisle Vanem <gvanem@broadpark.no>
|
||||
|
||||
* Makefile.WC: Added compilation of new file msdos.c.
|
||||
|
@ -87,4 +87,3 @@ depend: version.c
|
||||
sed -e 's/^\([a-zA-Z0-9_-]*\.o:\)/$$(OBJ_DIR)\/\1/' > depend.dj
|
||||
|
||||
-include depend.dj
|
||||
|
||||
|
@ -65,4 +65,3 @@ version.c: ..\msdos\Makefile.WC
|
||||
clean: .SYMBOLIC
|
||||
- rm $(OBJ_DIR)\*.obj wget.exe wget.map version.c css.c
|
||||
- rmdir $(OBJ_DIR)
|
||||
|
||||
|
@ -105,4 +105,3 @@ getpass (const char *prompt)
|
||||
|
||||
return strdup (getpassbuf);
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,20 @@
|
||||
2014-06-11 Giuseppe Scrivano <gscrivan@redhat.com>
|
||||
|
||||
* DESCRIP_MODS.MMS: Remove terminating empty lines.
|
||||
* DESCRIP_SRC.MMS: Likewise.
|
||||
* convert.c: Likewise.
|
||||
* exits.c: Likewise.
|
||||
* http.c: Likewise.
|
||||
* init.c: Likewise.
|
||||
* iri.c: Likewise.
|
||||
* res.c: Likewise.
|
||||
* spider.c: Likewise.
|
||||
* test.c: Likewise.
|
||||
* test.h
|
||||
* url.c: Likewise.
|
||||
* utils.c: Likewise.
|
||||
* vms.c: Likewise.
|
||||
|
||||
* decc_ver.c (main): Ensure bindtextdomain is called.
|
||||
* hash.c (main): Likewise.
|
||||
* html-parse.c: Likewise.
|
||||
|
@ -56,4 +56,3 @@ MODS_OBJS_LIB_SRC_SSL =
|
||||
.ENDIF # CDEFS_SSL [else]
|
||||
|
||||
MODS_OBJS_LIB_SRC = $(MODS_OBJS_LIB_SRC_NOSSL) $(MODS_OBJS_LIB_SRC_SSL)
|
||||
|
||||
|
@ -32,4 +32,3 @@ CFLAGS_SPEC = /prefix_library_entries = \
|
||||
# Object library modules.
|
||||
|
||||
.INCLUDE DESCRIP_MODS.MMS
|
||||
|
||||
|
@ -1087,4 +1087,3 @@ html_quote_string (const char *s)
|
||||
/*
|
||||
* vim: et ts=2 sw=2
|
||||
*/
|
||||
|
||||
|
@ -90,4 +90,3 @@ get_exit_status (void)
|
||||
? 1
|
||||
: final_exit_status;
|
||||
}
|
||||
|
||||
|
@ -4107,4 +4107,3 @@ test_parse_content_disposition(void)
|
||||
/*
|
||||
* vim: et sts=2 sw=2 cino+={s
|
||||
*/
|
||||
|
||||
|
@ -1839,4 +1839,3 @@ test_cmd_spec_restrict_file_names(void)
|
||||
}
|
||||
|
||||
#endif /* TESTING */
|
||||
|
||||
|
@ -365,4 +365,3 @@ set_content_encoding (struct iri *i, char *charset)
|
||||
|
||||
i->content_encoding = charset ? xstrdup (charset) : NULL;
|
||||
}
|
||||
|
||||
|
@ -97,4 +97,3 @@ print_broken_links (void)
|
||||
/*
|
||||
* vim: et ts=2 sw=2
|
||||
*/
|
||||
|
||||
|
@ -104,4 +104,3 @@ main (int argc _GL_UNUSED, char *argv[])
|
||||
/*
|
||||
* vim: et ts=2 sw=2
|
||||
*/
|
||||
|
||||
|
@ -60,4 +60,3 @@ const char *test_dir_matches_p(void);
|
||||
/*
|
||||
* vim: et ts=2 sw=2
|
||||
*/
|
||||
|
||||
|
@ -2548,4 +2548,3 @@ test_dir_matches_p(void)
|
||||
}
|
||||
|
||||
#endif /* TESTING */
|
||||
|
||||
|
@ -1349,4 +1349,3 @@ const char *link_string = NULL;
|
||||
const char *version_string = VERSION;
|
||||
|
||||
/*--------------------------------------------------------------------*/
|
||||
|
||||
|
@ -1,3 +1,88 @@
|
||||
2014-06-11 Giuseppe Scrivano <gscrivan@redhat.com>
|
||||
|
||||
* FTPTest.pm: Remove terminating empty lines.
|
||||
* HTTPServer.pm: Likewise.
|
||||
* HTTPTest.pm: Likewise.
|
||||
* Test--httpsonly-r.px: Likewise.
|
||||
* Test--no-content-disposition-trivial.px: Likewise.
|
||||
* Test--no-content-disposition.px: Likewise.
|
||||
* Test--spider-fail.px: Likewise.
|
||||
* Test--spider-r--no-content-disposition-trivial.px: Likewise.
|
||||
* Test--spider-r--no-content-disposition.px: Likewise.
|
||||
* Test--spider-r-HTTP-Content-Disposition.px: Likewise.
|
||||
* Test--spider-r.px: Likewise.
|
||||
* Test--spider.px: Likewise.
|
||||
* Test--start-pos--continue.px: Likewise.
|
||||
* Test--start-pos.px: Likewise.
|
||||
* Test-E-k-K.px: Likewise.
|
||||
* Test-E-k.px: Likewise.
|
||||
* Test-HTTP-Content-Disposition-1.px: Likewise.
|
||||
* Test-HTTP-Content-Disposition-2.px: Likewise.
|
||||
* Test-HTTP-Content-Disposition.px: Likewise.
|
||||
* Test-N--no-content-disposition-trivial.px: Likewise.
|
||||
* Test-N--no-content-disposition.px: Likewise.
|
||||
* Test-N-HTTP-Content-Disposition.px: Likewise.
|
||||
* Test-N-current.px: Likewise.
|
||||
* Test-N-no-info.px: Likewise.
|
||||
* Test-N-old.px: Likewise.
|
||||
* Test-N-smaller.px: Likewise.
|
||||
* Test-N.px: Likewise.
|
||||
* Test-O--no-content-disposition-trivial.px: Likewise.
|
||||
* Test-O--no-content-disposition.px: Likewise.
|
||||
* Test-O-HTTP-Content-Disposition.px: Likewise.
|
||||
* Test-O-nc.px: Likewise.
|
||||
* Test-O-nonexisting.px: Likewise.
|
||||
* Test-O.px: Likewise.
|
||||
* Test-Restrict-Lowercase.px: Likewise.
|
||||
* Test-Restrict-Uppercase.px: Likewise.
|
||||
* Test-auth-basic.px: Likewise.
|
||||
* Test-auth-no-challenge-url.px: Likewise.
|
||||
* Test-auth-no-challenge.px: Likewise.
|
||||
* Test-auth-with-content-disposition.px: Likewise.
|
||||
* Test-c-full.px: Likewise.
|
||||
* Test-c-partial.px: Likewise.
|
||||
* Test-c-shorter.px: Likewise.
|
||||
* Test-c.px: Likewise.
|
||||
* Test-cookies-401.px: Likewise.
|
||||
* Test-cookies.px: Likewise.
|
||||
* Test-ftp--start-pos.px: Likewise.
|
||||
* Test-ftp-bad-list.px: Likewise.
|
||||
* Test-ftp-iri-disabled.px: Likewise.
|
||||
* Test-ftp-iri-fallback.px: Likewise.
|
||||
* Test-ftp-iri-recursive.px: Likewise.
|
||||
* Test-ftp-iri.px: Likewise.
|
||||
* Test-ftp-list-Multinet.px: Likewise.
|
||||
* Test-ftp-list-UNIX-hidden.px: Likewise.
|
||||
* Test-ftp-list-Unknown-a.px: Likewise.
|
||||
* Test-ftp-list-Unknown-hidden.px: Likewise.
|
||||
* Test-ftp-list-Unknown-list-a-fails.px: Likewise.
|
||||
* Test-ftp-list-Unknown.px: Likewise.
|
||||
* Test-ftp-pasv-fail.px: Likewise.
|
||||
* Test-ftp-recursive.px: Likewise.
|
||||
* Test-ftp.px: Likewise.
|
||||
* Test-i-ftp.px: Likewise.
|
||||
* Test-i-http.px: Likewise.
|
||||
* Test-idn-cmd-utf8.px: Likewise.
|
||||
* Test-idn-cmd.px: Likewise.
|
||||
* Test-idn-headers.px: Likewise.
|
||||
* Test-idn-meta.px: Likewise.
|
||||
* Test-idn-robots-utf8.px: Likewise.
|
||||
* Test-idn-robots.px: Likewise.
|
||||
* Test-iri-disabled.px: Likewise.
|
||||
* Test-iri-forced-remote.px: Likewise.
|
||||
* Test-iri-list.px: Likewise.
|
||||
* Test-iri-percent.px: Likewise.
|
||||
* Test-iri.px: Likewise.
|
||||
* Test-k.px: Likewise.
|
||||
* Test-meta-robots.px: Likewise.
|
||||
* Test-nonexisting-quiet.px: Likewise.
|
||||
* Test-noop.px: Likewise.
|
||||
* Test-np.px: Likewise.
|
||||
* Test-proxy-auth-basic.px: Likewise.
|
||||
* Test-restrict-ascii.px: Likewise.
|
||||
* Test-stdouterr.px: Likewise.
|
||||
* WgetTest.pm.in: Likewise.
|
||||
|
||||
2014-40-22 Tim Ruehsen <tim.ruehsen@gmx.de>
|
||||
|
||||
* Test-204.px: added file
|
||||
|
@ -58,4 +58,3 @@ sub _substitute_port {
|
||||
1;
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -252,4 +252,3 @@ sub _substitute_port {
|
||||
1;
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -54,4 +54,3 @@ sub _substitute_port {
|
||||
1;
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -78,4 +78,3 @@ print $expected_error_code."\n";
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -53,4 +53,3 @@ my $the_test = HTTPTest->new (name => "Test--no-content-disposition-trivial",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -54,4 +54,3 @@ my $the_test = HTTPTest->new (name => "Test--no-content-disposition",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -50,4 +50,3 @@ my $the_test = HTTPTest->new (name => "Test--spider-fail",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -107,4 +107,3 @@ my $the_test = HTTPTest->new (name => "Test--spider-r--no-content-disposition-tr
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -108,4 +108,3 @@ my $the_test = HTTPTest->new (name => "Test--spider-r--no-content-disposition",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -108,4 +108,3 @@ my $the_test = HTTPTest->new (name => "Test--spider-r-HTTP-Content-Disposition",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -107,4 +107,3 @@ my $the_test = HTTPTest->new (name => "Test--spider-r",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -50,4 +50,3 @@ my $the_test = HTTPTest->new (name => "Test--spider",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -53,5 +53,3 @@ my $the_test = HTTPTest->new (name => "Test--start-pos--continue",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
||||
|
@ -42,5 +42,3 @@ my $the_test = HTTPTest->new (name => "Test--start-pos",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
||||
|
0
tests/Test-204.px
Normal file → Executable file
0
tests/Test-204.px
Normal file → Executable file
@ -87,4 +87,3 @@ my $the_test = HTTPTest->new (name => "Test-E-k-K",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -84,4 +84,3 @@ my $the_test = HTTPTest->new (name => "Test-E-k",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -74,4 +74,3 @@ my $the_test = HTTPTest->new (name => "Test-HTTP-Content-Disposition-1",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -74,4 +74,3 @@ my $the_test = HTTPTest->new (name => "Test-HTTP-Content-Disposition-2",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -54,4 +54,3 @@ my $the_test = HTTPTest->new (name => "Test-HTTP-Content-Disposition",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -46,4 +46,3 @@ my $the_test = HTTPTest->new (name => "Test-N--no-content-disposition-trivial",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -47,4 +47,3 @@ my $the_test = HTTPTest->new (name => "Test-N--no-content-disposition",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -48,4 +48,3 @@ my $the_test = HTTPTest->new (name => "Test-N-HTTP-Content-Disposition",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -63,4 +63,3 @@ my $the_test = HTTPTest->new (name => "Test-N-current",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -61,4 +61,3 @@ my $the_test = HTTPTest->new (name => "Test-N-current",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -61,4 +61,3 @@ my $the_test = HTTPTest->new (name => "Test-N-old",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -64,4 +64,3 @@ my $the_test = HTTPTest->new (name => "Test-N-current",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -46,4 +46,3 @@ my $the_test = HTTPTest->new (name => "Test-N",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -44,4 +44,3 @@ my $the_test = HTTPTest->new (name => "Test-O--no-content-disposition-trivial",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -45,4 +45,3 @@ my $the_test = HTTPTest->new (name => "Test-O--no-content-disposition",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -45,4 +45,3 @@ my $the_test = HTTPTest->new (name => "Test-O-HTTP-Content-Disposition",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -44,4 +44,3 @@ my $the_test = HTTPTest->new (name => "Test-O-nc",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -44,4 +44,3 @@ my $the_test = HTTPTest->new (name => "Test-O-nonexisting",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -44,4 +44,3 @@ my $the_test = HTTPTest->new (name => "Test-O",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -53,4 +53,3 @@ my $the_test = HTTPTest->new (name => "Test-Restrict-Lowercase",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -53,4 +53,3 @@ my $the_test = HTTPTest->new (name => "Test-Restrict-Uppercase",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -46,4 +46,3 @@ my $the_test = HTTPTest->new (name => "Test-auth-basic",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -47,4 +47,3 @@ my $the_test = HTTPTest->new (name => "Test-auth-no-challenge-url",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -48,4 +48,3 @@ my $the_test = HTTPTest->new (name => "Test-auth-no-challenge",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
0
tests/Test-auth-retcode.px
Normal file → Executable file
0
tests/Test-auth-retcode.px
Normal file → Executable file
@ -47,4 +47,3 @@ my $the_test = HTTPTest->new (name => "Test-auth-with-content-disposition",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -55,4 +55,3 @@ my $the_test = HTTPTest->new (name => "Test-c-full",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -65,4 +65,3 @@ my $the_test = HTTPTest->new (name => "Test-c-partial",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -62,4 +62,3 @@ my $the_test = HTTPTest->new (name => "Test-c-partial",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -52,4 +52,3 @@ my $the_test = HTTPTest->new (name => "Test-c",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -50,4 +50,3 @@ my $the_test = HTTPTest->new (name => "Test-cookies-401",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -111,4 +111,3 @@ my $the_test = HTTPTest->new (name => "Test-cookies",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -37,6 +37,3 @@ my $the_test = FTPTest->new (name => "Test-ftp--start-pos",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
||||
|
||||
|
@ -66,4 +66,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-bad-list",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -49,4 +49,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-iri-disabled",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -45,4 +45,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-iri-fallback",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -45,4 +45,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-iri-recursive",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -46,4 +46,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-iri",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
1
tests/Test-ftp-list-Multinet.px
Normal file → Executable file
1
tests/Test-ftp-list-Multinet.px
Normal file → Executable file
@ -64,4 +64,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-list-Multinet",
|
||||
server_behavior => {list_empty_if_list_a => 1,
|
||||
syst_response => "215 UNIX MultiNet Unix Emulation V5.3(93)"});
|
||||
exit $the_test->run();
|
||||
|
||||
|
1
tests/Test-ftp-list-UNIX-hidden.px
Normal file → Executable file
1
tests/Test-ftp-list-UNIX-hidden.px
Normal file → Executable file
@ -62,4 +62,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-list-UNIX-hidden",
|
||||
output => \%expected_downloaded_files,
|
||||
server_behavior => {list_no_hidden_if_list => 1});
|
||||
exit $the_test->run();
|
||||
|
||||
|
1
tests/Test-ftp-list-Unknown-a.px
Normal file → Executable file
1
tests/Test-ftp-list-Unknown-a.px
Normal file → Executable file
@ -74,4 +74,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-list-Unknown-a",
|
||||
server_behavior => {list_dont_clean_path => 1,
|
||||
syst_response => "215 Unknown ftp service"});
|
||||
exit $the_test->run();
|
||||
|
||||
|
1
tests/Test-ftp-list-Unknown-hidden.px
Normal file → Executable file
1
tests/Test-ftp-list-Unknown-hidden.px
Normal file → Executable file
@ -66,4 +66,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-list-Unknown-hidden",
|
||||
server_behavior => {list_no_hidden_if_list => 1,
|
||||
syst_response => "215 Unknown ftp service"});
|
||||
exit $the_test->run();
|
||||
|
||||
|
1
tests/Test-ftp-list-Unknown-list-a-fails.px
Normal file → Executable file
1
tests/Test-ftp-list-Unknown-list-a-fails.px
Normal file → Executable file
@ -59,4 +59,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-list-Unknown-list-a-fails",
|
||||
server_behavior => {list_fails_if_list_a => 1,
|
||||
syst_response => "215 Unknown ftp service"});
|
||||
exit $the_test->run();
|
||||
|
||||
|
1
tests/Test-ftp-list-Unknown.px
Normal file → Executable file
1
tests/Test-ftp-list-Unknown.px
Normal file → Executable file
@ -62,4 +62,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-list-Unknown",
|
||||
server_behavior => {list_empty_if_list_a => 1,
|
||||
syst_response => "215 Unknown ftp service"});
|
||||
exit $the_test->run();
|
||||
|
||||
|
@ -55,4 +55,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-pasv-fail",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -52,4 +52,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-recursive",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -42,4 +42,3 @@ my $the_test = FTPTest->new (name => "Test-ftp",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -77,4 +77,3 @@ my $the_test = FTPTest->new (name => "Test-i-ftp",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -89,4 +89,3 @@ my $the_test = HTTPTest->new (name => "Test-i-http",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -49,4 +49,3 @@ my $the_test = HTTPTest->new (name => "Test-idn-cmd-utf8",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -49,4 +49,3 @@ my $the_test = HTTPTest->new (name => "Test-idn-cmd",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -64,4 +64,3 @@ my $the_test = HTTPTest->new (name => "Test-idn-headers",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -65,4 +65,3 @@ my $the_test = HTTPTest->new (name => "Test-idn-meta",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -76,4 +76,3 @@ my $the_test = HTTPTest->new (name => "Test-idn-robots-utf8",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -101,4 +101,3 @@ my $the_test = HTTPTest->new (name => "Test-idn-robots",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -194,4 +194,3 @@ my $the_test = HTTPTest->new (name => "Test-iri-disabled",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -206,4 +206,3 @@ my $the_test = HTTPTest->new (name => "Test-iri-forced-remote",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -172,4 +172,3 @@ my $the_test = HTTPTest->new (name => "Test-iri-list",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -85,4 +85,3 @@ my $the_test = HTTPTest->new (name => "Test-iri-percent",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
@ -221,4 +221,3 @@ my $the_test = HTTPTest->new (name => "Test-iri",
|
||||
exit $the_test->run();
|
||||
|
||||
# vim: et ts=4 sw=4
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user