From dd1b69c6000b66881f0a8fb87d7fd1c326487bd9 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Wed, 11 Jun 2014 16:17:32 +0200 Subject: [PATCH] Remove trailing empty lines --- ABOUT-NLS | 1 - ChangeLog | 4 + MAILING-LIST | 1 - doc/ChangeLog | 4 + doc/fdl.texi | 1 - msdos/ChangeLog | 6 ++ msdos/Makefile.DJ | 1 - msdos/Makefile.WC | 1 - msdos/msdos.c | 1 - src/ChangeLog | 15 ++++ src/DESCRIP_MODS.MMS | 1 - src/DESCRIP_SRC.MMS | 1 - src/convert.c | 1 - src/exits.c | 1 - src/http.c | 1 - src/init.c | 1 - src/iri.c | 1 - src/res.c | 1 - src/spider.c | 1 - src/test.c | 1 - src/test.h | 1 - src/url.c | 1 - src/utils.c | 1 - src/vms.c | 1 - tests/ChangeLog | 85 +++++++++++++++++++ tests/FTPTest.pm | 1 - tests/HTTPServer.pm | 1 - tests/HTTPTest.pm | 1 - tests/Test--httpsonly-r.px | 1 - tests/Test--no-content-disposition-trivial.px | 1 - tests/Test--no-content-disposition.px | 1 - tests/Test--spider-fail.px | 1 - ...pider-r--no-content-disposition-trivial.px | 1 - .../Test--spider-r--no-content-disposition.px | 1 - ...Test--spider-r-HTTP-Content-Disposition.px | 1 - tests/Test--spider-r.px | 1 - tests/Test--spider.px | 1 - tests/Test--start-pos--continue.px | 2 - tests/Test--start-pos.px | 2 - tests/Test-204.px | 0 tests/Test-E-k-K.px | 1 - tests/Test-E-k.px | 1 - tests/Test-HTTP-Content-Disposition-1.px | 1 - tests/Test-HTTP-Content-Disposition-2.px | 1 - tests/Test-HTTP-Content-Disposition.px | 1 - .../Test-N--no-content-disposition-trivial.px | 1 - tests/Test-N--no-content-disposition.px | 1 - tests/Test-N-HTTP-Content-Disposition.px | 1 - tests/Test-N-current.px | 1 - tests/Test-N-no-info.px | 1 - tests/Test-N-old.px | 1 - tests/Test-N-smaller.px | 1 - tests/Test-N.px | 1 - .../Test-O--no-content-disposition-trivial.px | 1 - tests/Test-O--no-content-disposition.px | 1 - tests/Test-O-HTTP-Content-Disposition.px | 1 - tests/Test-O-nc.px | 1 - tests/Test-O-nonexisting.px | 1 - tests/Test-O.px | 1 - tests/Test-Restrict-Lowercase.px | 1 - tests/Test-Restrict-Uppercase.px | 1 - tests/Test-auth-basic.px | 1 - tests/Test-auth-no-challenge-url.px | 1 - tests/Test-auth-no-challenge.px | 1 - tests/Test-auth-retcode.px | 0 tests/Test-auth-with-content-disposition.px | 1 - tests/Test-c-full.px | 1 - tests/Test-c-partial.px | 1 - tests/Test-c-shorter.px | 1 - tests/Test-c.px | 1 - tests/Test-cookies-401.px | 1 - tests/Test-cookies.px | 1 - tests/Test-ftp--start-pos.px | 3 - tests/Test-ftp-bad-list.px | 1 - tests/Test-ftp-iri-disabled.px | 1 - tests/Test-ftp-iri-fallback.px | 1 - tests/Test-ftp-iri-recursive.px | 1 - tests/Test-ftp-iri.px | 1 - tests/Test-ftp-list-Multinet.px | 1 - tests/Test-ftp-list-UNIX-hidden.px | 1 - tests/Test-ftp-list-Unknown-a.px | 1 - tests/Test-ftp-list-Unknown-hidden.px | 1 - tests/Test-ftp-list-Unknown-list-a-fails.px | 1 - tests/Test-ftp-list-Unknown.px | 1 - tests/Test-ftp-pasv-fail.px | 1 - tests/Test-ftp-recursive.px | 1 - tests/Test-ftp.px | 1 - tests/Test-i-ftp.px | 1 - tests/Test-i-http.px | 1 - tests/Test-idn-cmd-utf8.px | 1 - tests/Test-idn-cmd.px | 1 - tests/Test-idn-headers.px | 1 - tests/Test-idn-meta.px | 1 - tests/Test-idn-robots-utf8.px | 1 - tests/Test-idn-robots.px | 1 - tests/Test-iri-disabled.px | 1 - tests/Test-iri-forced-remote.px | 1 - tests/Test-iri-list.px | 1 - tests/Test-iri-percent.px | 1 - tests/Test-iri.px | 1 - tests/Test-k.px | 1 - tests/Test-meta-robots.px | 1 - tests/Test-nonexisting-quiet.px | 1 - tests/Test-noop.px | 1 - tests/Test-np.px | 1 - tests/Test-proxy-auth-basic.px | 1 - tests/Test-restrict-ascii.px | 1 - tests/Test-stdouterr.px | 1 - tests/WgetTest.pm.in | 1 - util/rmold.pl | 1 - 110 files changed, 114 insertions(+), 107 deletions(-) mode change 100644 => 100755 tests/Test-204.px mode change 100644 => 100755 tests/Test-auth-retcode.px mode change 100644 => 100755 tests/Test-ftp-list-Multinet.px mode change 100644 => 100755 tests/Test-ftp-list-UNIX-hidden.px mode change 100644 => 100755 tests/Test-ftp-list-Unknown-a.px mode change 100644 => 100755 tests/Test-ftp-list-Unknown-hidden.px mode change 100644 => 100755 tests/Test-ftp-list-Unknown-list-a-fails.px mode change 100644 => 100755 tests/Test-ftp-list-Unknown.px diff --git a/ABOUT-NLS b/ABOUT-NLS index 83bc72ec..90ac2f58 100644 --- a/ABOUT-NLS +++ b/ABOUT-NLS @@ -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. - diff --git a/ChangeLog b/ChangeLog index 8c310c02..0f36ccc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2014-06-11 Giuseppe Scrivano + * 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 diff --git a/MAILING-LIST b/MAILING-LIST index 9f6212a8..99e4058c 100644 --- a/MAILING-LIST +++ b/MAILING-LIST @@ -47,4 +47,3 @@ for submitting and discussing patches to GNU Wget. Messages from are archived at `http://news.gmane.org/gmane.comp.web.wget.patches'. - diff --git a/doc/ChangeLog b/doc/ChangeLog index fd01b76f..d0bc0bec 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2014-06-11 Giuseppe Scrivano + + * fdl.texi: Remove terminating empty lines. + 2014-06-10 Giuseppe Scrivano * wget.texi: Remove trailing whitespaces. diff --git a/doc/fdl.texi b/doc/fdl.texi index fc6db0c0..9c3bbe56 100644 --- a/doc/fdl.texi +++ b/doc/fdl.texi @@ -503,4 +503,3 @@ to permit their use in free software. @c Local Variables: @c ispell-local-pdict: "ispell-dict" @c End: - diff --git a/msdos/ChangeLog b/msdos/ChangeLog index d4e74144..6a8f21b9 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@ -1,3 +1,9 @@ +2014-06-11 Giuseppe Scrivano + + * Makefile.DJ: Remove terminating empty lines. + * Makefile.WC: Likewise. + * msdos.c: Likewise. + 2009-09-06 Gisle Vanem * Makefile.WC: Added compilation of new file msdos.c. diff --git a/msdos/Makefile.DJ b/msdos/Makefile.DJ index b37a4c28..5ae5fecb 100644 --- a/msdos/Makefile.DJ +++ b/msdos/Makefile.DJ @@ -87,4 +87,3 @@ depend: version.c sed -e 's/^\([a-zA-Z0-9_-]*\.o:\)/$$(OBJ_DIR)\/\1/' > depend.dj -include depend.dj - diff --git a/msdos/Makefile.WC b/msdos/Makefile.WC index e11a162b..d93f068d 100644 --- a/msdos/Makefile.WC +++ b/msdos/Makefile.WC @@ -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) - diff --git a/msdos/msdos.c b/msdos/msdos.c index b63c4d53..e3328fba 100644 --- a/msdos/msdos.c +++ b/msdos/msdos.c @@ -105,4 +105,3 @@ getpass (const char *prompt) return strdup (getpassbuf); } - diff --git a/src/ChangeLog b/src/ChangeLog index 91abc52d..1fd674b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,20 @@ 2014-06-11 Giuseppe Scrivano + * 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. diff --git a/src/DESCRIP_MODS.MMS b/src/DESCRIP_MODS.MMS index 449fa290..93a145c2 100644 --- a/src/DESCRIP_MODS.MMS +++ b/src/DESCRIP_MODS.MMS @@ -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) - diff --git a/src/DESCRIP_SRC.MMS b/src/DESCRIP_SRC.MMS index dd9d8fa2..309386bb 100644 --- a/src/DESCRIP_SRC.MMS +++ b/src/DESCRIP_SRC.MMS @@ -32,4 +32,3 @@ CFLAGS_SPEC = /prefix_library_entries = \ # Object library modules. .INCLUDE DESCRIP_MODS.MMS - diff --git a/src/convert.c b/src/convert.c index abad5db0..6731ac01 100644 --- a/src/convert.c +++ b/src/convert.c @@ -1087,4 +1087,3 @@ html_quote_string (const char *s) /* * vim: et ts=2 sw=2 */ - diff --git a/src/exits.c b/src/exits.c index cb58941d..31e6a6e8 100644 --- a/src/exits.c +++ b/src/exits.c @@ -90,4 +90,3 @@ get_exit_status (void) ? 1 : final_exit_status; } - diff --git a/src/http.c b/src/http.c index f119e25f..c6ec1706 100644 --- a/src/http.c +++ b/src/http.c @@ -4107,4 +4107,3 @@ test_parse_content_disposition(void) /* * vim: et sts=2 sw=2 cino+={s */ - diff --git a/src/init.c b/src/init.c index 05b0c8f9..5828aa00 100644 --- a/src/init.c +++ b/src/init.c @@ -1839,4 +1839,3 @@ test_cmd_spec_restrict_file_names(void) } #endif /* TESTING */ - diff --git a/src/iri.c b/src/iri.c index dcab3ea1..9442e4e9 100644 --- a/src/iri.c +++ b/src/iri.c @@ -365,4 +365,3 @@ set_content_encoding (struct iri *i, char *charset) i->content_encoding = charset ? xstrdup (charset) : NULL; } - diff --git a/src/res.c b/src/res.c index 3038229b..1c744813 100644 --- a/src/res.c +++ b/src/res.c @@ -641,4 +641,3 @@ test_is_robots_txt_url(void) /* * vim: et ts=2 sw=2 */ - diff --git a/src/spider.c b/src/spider.c index ae2f392c..000b7b8f 100644 --- a/src/spider.c +++ b/src/spider.c @@ -97,4 +97,3 @@ print_broken_links (void) /* * vim: et ts=2 sw=2 */ - diff --git a/src/test.c b/src/test.c index c8351ca2..6bececc7 100644 --- a/src/test.c +++ b/src/test.c @@ -104,4 +104,3 @@ main (int argc _GL_UNUSED, char *argv[]) /* * vim: et ts=2 sw=2 */ - diff --git a/src/test.h b/src/test.h index 6c5976e5..3aa09561 100644 --- a/src/test.h +++ b/src/test.h @@ -60,4 +60,3 @@ const char *test_dir_matches_p(void); /* * vim: et ts=2 sw=2 */ - diff --git a/src/url.c b/src/url.c index 1edfbae3..ab76f3b3 100644 --- a/src/url.c +++ b/src/url.c @@ -2344,4 +2344,3 @@ test_are_urls_equal(void) /* * vim: et ts=2 sw=2 */ - diff --git a/src/utils.c b/src/utils.c index 327d8c6f..e0a66473 100644 --- a/src/utils.c +++ b/src/utils.c @@ -2548,4 +2548,3 @@ test_dir_matches_p(void) } #endif /* TESTING */ - diff --git a/src/vms.c b/src/vms.c index dd02f0bd..3ae33ea2 100644 --- a/src/vms.c +++ b/src/vms.c @@ -1349,4 +1349,3 @@ const char *link_string = NULL; const char *version_string = VERSION; /*--------------------------------------------------------------------*/ - diff --git a/tests/ChangeLog b/tests/ChangeLog index a2d85804..57ba20c3 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,88 @@ +2014-06-11 Giuseppe Scrivano + + * 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 * Test-204.px: added file diff --git a/tests/FTPTest.pm b/tests/FTPTest.pm index c1d3d266..f1412faa 100644 --- a/tests/FTPTest.pm +++ b/tests/FTPTest.pm @@ -58,4 +58,3 @@ sub _substitute_port { 1; # vim: et ts=4 sw=4 - diff --git a/tests/HTTPServer.pm b/tests/HTTPServer.pm index 065ea1ed..adadb457 100644 --- a/tests/HTTPServer.pm +++ b/tests/HTTPServer.pm @@ -252,4 +252,3 @@ sub _substitute_port { 1; # vim: et ts=4 sw=4 - diff --git a/tests/HTTPTest.pm b/tests/HTTPTest.pm index 883213d1..04213b23 100644 --- a/tests/HTTPTest.pm +++ b/tests/HTTPTest.pm @@ -54,4 +54,3 @@ sub _substitute_port { 1; # vim: et ts=4 sw=4 - diff --git a/tests/Test--httpsonly-r.px b/tests/Test--httpsonly-r.px index 66d156f7..8f67cce8 100755 --- a/tests/Test--httpsonly-r.px +++ b/tests/Test--httpsonly-r.px @@ -78,4 +78,3 @@ print $expected_error_code."\n"; exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test--no-content-disposition-trivial.px b/tests/Test--no-content-disposition-trivial.px index 337bc7c4..b3fbdf2f 100755 --- a/tests/Test--no-content-disposition-trivial.px +++ b/tests/Test--no-content-disposition-trivial.px @@ -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 - diff --git a/tests/Test--no-content-disposition.px b/tests/Test--no-content-disposition.px index 27523a42..40b54e39 100755 --- a/tests/Test--no-content-disposition.px +++ b/tests/Test--no-content-disposition.px @@ -54,4 +54,3 @@ my $the_test = HTTPTest->new (name => "Test--no-content-disposition", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test--spider-fail.px b/tests/Test--spider-fail.px index 98c1b9cc..7ffea3b5 100755 --- a/tests/Test--spider-fail.px +++ b/tests/Test--spider-fail.px @@ -50,4 +50,3 @@ my $the_test = HTTPTest->new (name => "Test--spider-fail", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test--spider-r--no-content-disposition-trivial.px b/tests/Test--spider-r--no-content-disposition-trivial.px index 88b53c48..e12032c4 100755 --- a/tests/Test--spider-r--no-content-disposition-trivial.px +++ b/tests/Test--spider-r--no-content-disposition-trivial.px @@ -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 - diff --git a/tests/Test--spider-r--no-content-disposition.px b/tests/Test--spider-r--no-content-disposition.px index 6d7112a5..04057e96 100755 --- a/tests/Test--spider-r--no-content-disposition.px +++ b/tests/Test--spider-r--no-content-disposition.px @@ -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 - diff --git a/tests/Test--spider-r-HTTP-Content-Disposition.px b/tests/Test--spider-r-HTTP-Content-Disposition.px index 8917b721..a4349de7 100755 --- a/tests/Test--spider-r-HTTP-Content-Disposition.px +++ b/tests/Test--spider-r-HTTP-Content-Disposition.px @@ -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 - diff --git a/tests/Test--spider-r.px b/tests/Test--spider-r.px index b84bafba..383bbe0f 100755 --- a/tests/Test--spider-r.px +++ b/tests/Test--spider-r.px @@ -107,4 +107,3 @@ my $the_test = HTTPTest->new (name => "Test--spider-r", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test--spider.px b/tests/Test--spider.px index 633c3292..8edf7d6a 100755 --- a/tests/Test--spider.px +++ b/tests/Test--spider.px @@ -50,4 +50,3 @@ my $the_test = HTTPTest->new (name => "Test--spider", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test--start-pos--continue.px b/tests/Test--start-pos--continue.px index 09b8ced2..13a32439 100755 --- a/tests/Test--start-pos--continue.px +++ b/tests/Test--start-pos--continue.px @@ -53,5 +53,3 @@ my $the_test = HTTPTest->new (name => "Test--start-pos--continue", exit $the_test->run(); # vim: et ts=4 sw=4 - - diff --git a/tests/Test--start-pos.px b/tests/Test--start-pos.px index 4962c820..eaf61921 100755 --- a/tests/Test--start-pos.px +++ b/tests/Test--start-pos.px @@ -42,5 +42,3 @@ my $the_test = HTTPTest->new (name => "Test--start-pos", exit $the_test->run(); # vim: et ts=4 sw=4 - - diff --git a/tests/Test-204.px b/tests/Test-204.px old mode 100644 new mode 100755 diff --git a/tests/Test-E-k-K.px b/tests/Test-E-k-K.px index 211988b8..4c9acc46 100755 --- a/tests/Test-E-k-K.px +++ b/tests/Test-E-k-K.px @@ -87,4 +87,3 @@ my $the_test = HTTPTest->new (name => "Test-E-k-K", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-E-k.px b/tests/Test-E-k.px index 99df5b49..66023bdf 100755 --- a/tests/Test-E-k.px +++ b/tests/Test-E-k.px @@ -84,4 +84,3 @@ my $the_test = HTTPTest->new (name => "Test-E-k", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-HTTP-Content-Disposition-1.px b/tests/Test-HTTP-Content-Disposition-1.px index ef82eda9..15dd1391 100755 --- a/tests/Test-HTTP-Content-Disposition-1.px +++ b/tests/Test-HTTP-Content-Disposition-1.px @@ -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 - diff --git a/tests/Test-HTTP-Content-Disposition-2.px b/tests/Test-HTTP-Content-Disposition-2.px index 55b2abb2..db460d48 100755 --- a/tests/Test-HTTP-Content-Disposition-2.px +++ b/tests/Test-HTTP-Content-Disposition-2.px @@ -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 - diff --git a/tests/Test-HTTP-Content-Disposition.px b/tests/Test-HTTP-Content-Disposition.px index 9b966f76..ed17b080 100755 --- a/tests/Test-HTTP-Content-Disposition.px +++ b/tests/Test-HTTP-Content-Disposition.px @@ -54,4 +54,3 @@ my $the_test = HTTPTest->new (name => "Test-HTTP-Content-Disposition", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-N--no-content-disposition-trivial.px b/tests/Test-N--no-content-disposition-trivial.px index 01e70c10..8eb2f37d 100755 --- a/tests/Test-N--no-content-disposition-trivial.px +++ b/tests/Test-N--no-content-disposition-trivial.px @@ -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 - diff --git a/tests/Test-N--no-content-disposition.px b/tests/Test-N--no-content-disposition.px index 42ac7ee0..10a8a799 100755 --- a/tests/Test-N--no-content-disposition.px +++ b/tests/Test-N--no-content-disposition.px @@ -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 - diff --git a/tests/Test-N-HTTP-Content-Disposition.px b/tests/Test-N-HTTP-Content-Disposition.px index ab8cea82..b1e3ad3a 100755 --- a/tests/Test-N-HTTP-Content-Disposition.px +++ b/tests/Test-N-HTTP-Content-Disposition.px @@ -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 - diff --git a/tests/Test-N-current.px b/tests/Test-N-current.px index fcf4d886..92df2a13 100755 --- a/tests/Test-N-current.px +++ b/tests/Test-N-current.px @@ -63,4 +63,3 @@ my $the_test = HTTPTest->new (name => "Test-N-current", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-N-no-info.px b/tests/Test-N-no-info.px index 698ce8b4..725be817 100755 --- a/tests/Test-N-no-info.px +++ b/tests/Test-N-no-info.px @@ -61,4 +61,3 @@ my $the_test = HTTPTest->new (name => "Test-N-current", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-N-old.px b/tests/Test-N-old.px index 0c0128cd..9241edf5 100755 --- a/tests/Test-N-old.px +++ b/tests/Test-N-old.px @@ -61,4 +61,3 @@ my $the_test = HTTPTest->new (name => "Test-N-old", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-N-smaller.px b/tests/Test-N-smaller.px index 2ea0ab80..c89910c2 100755 --- a/tests/Test-N-smaller.px +++ b/tests/Test-N-smaller.px @@ -64,4 +64,3 @@ my $the_test = HTTPTest->new (name => "Test-N-current", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-N.px b/tests/Test-N.px index 91528db4..e74b4724 100755 --- a/tests/Test-N.px +++ b/tests/Test-N.px @@ -46,4 +46,3 @@ my $the_test = HTTPTest->new (name => "Test-N", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-O--no-content-disposition-trivial.px b/tests/Test-O--no-content-disposition-trivial.px index a5b264be..a74fb175 100755 --- a/tests/Test-O--no-content-disposition-trivial.px +++ b/tests/Test-O--no-content-disposition-trivial.px @@ -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 - diff --git a/tests/Test-O--no-content-disposition.px b/tests/Test-O--no-content-disposition.px index 92263ffc..2d4d8b17 100755 --- a/tests/Test-O--no-content-disposition.px +++ b/tests/Test-O--no-content-disposition.px @@ -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 - diff --git a/tests/Test-O-HTTP-Content-Disposition.px b/tests/Test-O-HTTP-Content-Disposition.px index 23ae6872..3bace823 100755 --- a/tests/Test-O-HTTP-Content-Disposition.px +++ b/tests/Test-O-HTTP-Content-Disposition.px @@ -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 - diff --git a/tests/Test-O-nc.px b/tests/Test-O-nc.px index 94a7b43e..a3afefc8 100755 --- a/tests/Test-O-nc.px +++ b/tests/Test-O-nc.px @@ -44,4 +44,3 @@ my $the_test = HTTPTest->new (name => "Test-O-nc", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-O-nonexisting.px b/tests/Test-O-nonexisting.px index 8fde7c8f..de3b0b16 100755 --- a/tests/Test-O-nonexisting.px +++ b/tests/Test-O-nonexisting.px @@ -44,4 +44,3 @@ my $the_test = HTTPTest->new (name => "Test-O-nonexisting", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-O.px b/tests/Test-O.px index eed42dea..c535108b 100755 --- a/tests/Test-O.px +++ b/tests/Test-O.px @@ -44,4 +44,3 @@ my $the_test = HTTPTest->new (name => "Test-O", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-Restrict-Lowercase.px b/tests/Test-Restrict-Lowercase.px index 860e8a7d..1e0e3e08 100755 --- a/tests/Test-Restrict-Lowercase.px +++ b/tests/Test-Restrict-Lowercase.px @@ -53,4 +53,3 @@ my $the_test = HTTPTest->new (name => "Test-Restrict-Lowercase", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-Restrict-Uppercase.px b/tests/Test-Restrict-Uppercase.px index 30213472..d73abd32 100755 --- a/tests/Test-Restrict-Uppercase.px +++ b/tests/Test-Restrict-Uppercase.px @@ -53,4 +53,3 @@ my $the_test = HTTPTest->new (name => "Test-Restrict-Uppercase", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-auth-basic.px b/tests/Test-auth-basic.px index 008b3fc0..90af7a32 100755 --- a/tests/Test-auth-basic.px +++ b/tests/Test-auth-basic.px @@ -46,4 +46,3 @@ my $the_test = HTTPTest->new (name => "Test-auth-basic", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-auth-no-challenge-url.px b/tests/Test-auth-no-challenge-url.px index 46bb877f..781e5f37 100755 --- a/tests/Test-auth-no-challenge-url.px +++ b/tests/Test-auth-no-challenge-url.px @@ -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 - diff --git a/tests/Test-auth-no-challenge.px b/tests/Test-auth-no-challenge.px index 7ee2e410..43788b21 100755 --- a/tests/Test-auth-no-challenge.px +++ b/tests/Test-auth-no-challenge.px @@ -48,4 +48,3 @@ my $the_test = HTTPTest->new (name => "Test-auth-no-challenge", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-auth-retcode.px b/tests/Test-auth-retcode.px old mode 100644 new mode 100755 diff --git a/tests/Test-auth-with-content-disposition.px b/tests/Test-auth-with-content-disposition.px index 96755ad1..d7152d19 100755 --- a/tests/Test-auth-with-content-disposition.px +++ b/tests/Test-auth-with-content-disposition.px @@ -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 - diff --git a/tests/Test-c-full.px b/tests/Test-c-full.px index 4aa8d964..22831efe 100755 --- a/tests/Test-c-full.px +++ b/tests/Test-c-full.px @@ -55,4 +55,3 @@ my $the_test = HTTPTest->new (name => "Test-c-full", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-c-partial.px b/tests/Test-c-partial.px index ccb20fda..04e183d6 100755 --- a/tests/Test-c-partial.px +++ b/tests/Test-c-partial.px @@ -65,4 +65,3 @@ my $the_test = HTTPTest->new (name => "Test-c-partial", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-c-shorter.px b/tests/Test-c-shorter.px index c4802dac..64b35e13 100755 --- a/tests/Test-c-shorter.px +++ b/tests/Test-c-shorter.px @@ -62,4 +62,3 @@ my $the_test = HTTPTest->new (name => "Test-c-partial", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-c.px b/tests/Test-c.px index 0326697e..640ca484 100755 --- a/tests/Test-c.px +++ b/tests/Test-c.px @@ -52,4 +52,3 @@ my $the_test = HTTPTest->new (name => "Test-c", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-cookies-401.px b/tests/Test-cookies-401.px index 1c024904..11c76a95 100755 --- a/tests/Test-cookies-401.px +++ b/tests/Test-cookies-401.px @@ -50,4 +50,3 @@ my $the_test = HTTPTest->new (name => "Test-cookies-401", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-cookies.px b/tests/Test-cookies.px index ac7da562..0822e34d 100755 --- a/tests/Test-cookies.px +++ b/tests/Test-cookies.px @@ -111,4 +111,3 @@ my $the_test = HTTPTest->new (name => "Test-cookies", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-ftp--start-pos.px b/tests/Test-ftp--start-pos.px index 50623771..f19ee22e 100755 --- a/tests/Test-ftp--start-pos.px +++ b/tests/Test-ftp--start-pos.px @@ -37,6 +37,3 @@ my $the_test = FTPTest->new (name => "Test-ftp--start-pos", exit $the_test->run(); # vim: et ts=4 sw=4 - - - diff --git a/tests/Test-ftp-bad-list.px b/tests/Test-ftp-bad-list.px index 8584d0a6..c57360a8 100755 --- a/tests/Test-ftp-bad-list.px +++ b/tests/Test-ftp-bad-list.px @@ -66,4 +66,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-bad-list", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-ftp-iri-disabled.px b/tests/Test-ftp-iri-disabled.px index d8dac313..a1406fde 100755 --- a/tests/Test-ftp-iri-disabled.px +++ b/tests/Test-ftp-iri-disabled.px @@ -49,4 +49,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-iri-disabled", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-ftp-iri-fallback.px b/tests/Test-ftp-iri-fallback.px index c78518f0..7afb06b1 100755 --- a/tests/Test-ftp-iri-fallback.px +++ b/tests/Test-ftp-iri-fallback.px @@ -45,4 +45,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-iri-fallback", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-ftp-iri-recursive.px b/tests/Test-ftp-iri-recursive.px index 46b6fd01..bbe01631 100755 --- a/tests/Test-ftp-iri-recursive.px +++ b/tests/Test-ftp-iri-recursive.px @@ -45,4 +45,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-iri-recursive", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-ftp-iri.px b/tests/Test-ftp-iri.px index a4b7fe1b..c1886682 100755 --- a/tests/Test-ftp-iri.px +++ b/tests/Test-ftp-iri.px @@ -46,4 +46,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-iri", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-ftp-list-Multinet.px b/tests/Test-ftp-list-Multinet.px old mode 100644 new mode 100755 index 40a1bdb9..4553e5f5 --- a/tests/Test-ftp-list-Multinet.px +++ b/tests/Test-ftp-list-Multinet.px @@ -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(); - diff --git a/tests/Test-ftp-list-UNIX-hidden.px b/tests/Test-ftp-list-UNIX-hidden.px old mode 100644 new mode 100755 index a99e9d2e..d7f1d27f --- a/tests/Test-ftp-list-UNIX-hidden.px +++ b/tests/Test-ftp-list-UNIX-hidden.px @@ -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(); - diff --git a/tests/Test-ftp-list-Unknown-a.px b/tests/Test-ftp-list-Unknown-a.px old mode 100644 new mode 100755 index 3c10f4af..d251a86f --- a/tests/Test-ftp-list-Unknown-a.px +++ b/tests/Test-ftp-list-Unknown-a.px @@ -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(); - diff --git a/tests/Test-ftp-list-Unknown-hidden.px b/tests/Test-ftp-list-Unknown-hidden.px old mode 100644 new mode 100755 index c41757f4..7ebf1ec2 --- a/tests/Test-ftp-list-Unknown-hidden.px +++ b/tests/Test-ftp-list-Unknown-hidden.px @@ -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(); - diff --git a/tests/Test-ftp-list-Unknown-list-a-fails.px b/tests/Test-ftp-list-Unknown-list-a-fails.px old mode 100644 new mode 100755 index e6192ffc..845aa242 --- a/tests/Test-ftp-list-Unknown-list-a-fails.px +++ b/tests/Test-ftp-list-Unknown-list-a-fails.px @@ -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(); - diff --git a/tests/Test-ftp-list-Unknown.px b/tests/Test-ftp-list-Unknown.px old mode 100644 new mode 100755 index 23384d7c..3dbd6d34 --- a/tests/Test-ftp-list-Unknown.px +++ b/tests/Test-ftp-list-Unknown.px @@ -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(); - diff --git a/tests/Test-ftp-pasv-fail.px b/tests/Test-ftp-pasv-fail.px index e92f3152..bfcc88dd 100755 --- a/tests/Test-ftp-pasv-fail.px +++ b/tests/Test-ftp-pasv-fail.px @@ -55,4 +55,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-pasv-fail", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-ftp-recursive.px b/tests/Test-ftp-recursive.px index c9d7be4c..e35cb8be 100755 --- a/tests/Test-ftp-recursive.px +++ b/tests/Test-ftp-recursive.px @@ -52,4 +52,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-recursive", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-ftp.px b/tests/Test-ftp.px index 2b8e25be..e349f370 100755 --- a/tests/Test-ftp.px +++ b/tests/Test-ftp.px @@ -42,4 +42,3 @@ my $the_test = FTPTest->new (name => "Test-ftp", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-i-ftp.px b/tests/Test-i-ftp.px index aa9f3dee..f1dc470f 100755 --- a/tests/Test-i-ftp.px +++ b/tests/Test-i-ftp.px @@ -77,4 +77,3 @@ my $the_test = FTPTest->new (name => "Test-i-ftp", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-i-http.px b/tests/Test-i-http.px index 10dabcce..b8042af7 100755 --- a/tests/Test-i-http.px +++ b/tests/Test-i-http.px @@ -89,4 +89,3 @@ my $the_test = HTTPTest->new (name => "Test-i-http", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-idn-cmd-utf8.px b/tests/Test-idn-cmd-utf8.px index 500c3d56..8c49244b 100755 --- a/tests/Test-idn-cmd-utf8.px +++ b/tests/Test-idn-cmd-utf8.px @@ -49,4 +49,3 @@ my $the_test = HTTPTest->new (name => "Test-idn-cmd-utf8", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-idn-cmd.px b/tests/Test-idn-cmd.px index a81da8c9..202e75ab 100755 --- a/tests/Test-idn-cmd.px +++ b/tests/Test-idn-cmd.px @@ -49,4 +49,3 @@ my $the_test = HTTPTest->new (name => "Test-idn-cmd", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-idn-headers.px b/tests/Test-idn-headers.px index 7808b88c..a6260ccf 100755 --- a/tests/Test-idn-headers.px +++ b/tests/Test-idn-headers.px @@ -64,4 +64,3 @@ my $the_test = HTTPTest->new (name => "Test-idn-headers", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-idn-meta.px b/tests/Test-idn-meta.px index 9fdbbd05..6a277484 100755 --- a/tests/Test-idn-meta.px +++ b/tests/Test-idn-meta.px @@ -65,4 +65,3 @@ my $the_test = HTTPTest->new (name => "Test-idn-meta", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-idn-robots-utf8.px b/tests/Test-idn-robots-utf8.px index 5f2dd857..1f8d4cc5 100755 --- a/tests/Test-idn-robots-utf8.px +++ b/tests/Test-idn-robots-utf8.px @@ -76,4 +76,3 @@ my $the_test = HTTPTest->new (name => "Test-idn-robots-utf8", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-idn-robots.px b/tests/Test-idn-robots.px index ae22b7cd..deb82565 100755 --- a/tests/Test-idn-robots.px +++ b/tests/Test-idn-robots.px @@ -101,4 +101,3 @@ my $the_test = HTTPTest->new (name => "Test-idn-robots", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-iri-disabled.px b/tests/Test-iri-disabled.px index c226a6e4..705cc679 100755 --- a/tests/Test-iri-disabled.px +++ b/tests/Test-iri-disabled.px @@ -194,4 +194,3 @@ my $the_test = HTTPTest->new (name => "Test-iri-disabled", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-iri-forced-remote.px b/tests/Test-iri-forced-remote.px index d1bed72c..596f1f0d 100755 --- a/tests/Test-iri-forced-remote.px +++ b/tests/Test-iri-forced-remote.px @@ -206,4 +206,3 @@ my $the_test = HTTPTest->new (name => "Test-iri-forced-remote", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-iri-list.px b/tests/Test-iri-list.px index ad88e4c4..91e1ce44 100755 --- a/tests/Test-iri-list.px +++ b/tests/Test-iri-list.px @@ -172,4 +172,3 @@ my $the_test = HTTPTest->new (name => "Test-iri-list", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-iri-percent.px b/tests/Test-iri-percent.px index fcac35cc..769ea76d 100755 --- a/tests/Test-iri-percent.px +++ b/tests/Test-iri-percent.px @@ -85,4 +85,3 @@ my $the_test = HTTPTest->new (name => "Test-iri-percent", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-iri.px b/tests/Test-iri.px index 4865a1cd..eb843a12 100755 --- a/tests/Test-iri.px +++ b/tests/Test-iri.px @@ -221,4 +221,3 @@ my $the_test = HTTPTest->new (name => "Test-iri", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-k.px b/tests/Test-k.px index c853610a..fcacd96b 100755 --- a/tests/Test-k.px +++ b/tests/Test-k.px @@ -84,4 +84,3 @@ my $the_test = HTTPTest->new (name => "Test-k", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-meta-robots.px b/tests/Test-meta-robots.px index 10db455e..77821e75 100755 --- a/tests/Test-meta-robots.px +++ b/tests/Test-meta-robots.px @@ -112,4 +112,3 @@ my $the_test = HTTPTest->new (name => "Test-meta-robots", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-nonexisting-quiet.px b/tests/Test-nonexisting-quiet.px index 62ee2416..e9347b89 100755 --- a/tests/Test-nonexisting-quiet.px +++ b/tests/Test-nonexisting-quiet.px @@ -41,4 +41,3 @@ my $the_test = HTTPTest->new (name => "Test-nonexisting-quiet", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-noop.px b/tests/Test-noop.px index e2ebc359..7ec8e47d 100755 --- a/tests/Test-noop.px +++ b/tests/Test-noop.px @@ -54,4 +54,3 @@ my $the_test = HTTPTest->new (name => "Test-noop", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-np.px b/tests/Test-np.px index 4afc27c6..7e2f250b 100755 --- a/tests/Test-np.px +++ b/tests/Test-np.px @@ -146,4 +146,3 @@ my $the_test = HTTPTest->new (name => "Test-np", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-proxy-auth-basic.px b/tests/Test-proxy-auth-basic.px index f4376786..909d106a 100755 --- a/tests/Test-proxy-auth-basic.px +++ b/tests/Test-proxy-auth-basic.px @@ -46,4 +46,3 @@ my $the_test = HTTPTest->new (name => "Test-auth-basic", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-restrict-ascii.px b/tests/Test-restrict-ascii.px index 48abc57b..c3bbe7aa 100755 --- a/tests/Test-restrict-ascii.px +++ b/tests/Test-restrict-ascii.px @@ -66,4 +66,3 @@ my $the_test = HTTPTest->new (name => "Test-restrict-ascii", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/Test-stdouterr.px b/tests/Test-stdouterr.px index e2914091..745f9a30 100755 --- a/tests/Test-stdouterr.px +++ b/tests/Test-stdouterr.px @@ -45,4 +45,3 @@ my $the_test = HTTPTest->new (name => "Test-stdouterr", exit $the_test->run(); # vim: et ts=4 sw=4 - diff --git a/tests/WgetTest.pm.in b/tests/WgetTest.pm.in index 092777ea..4151445a 100644 --- a/tests/WgetTest.pm.in +++ b/tests/WgetTest.pm.in @@ -321,4 +321,3 @@ sub _fork_and_launch_server 1; # vim: et ts=4 sw=4 - diff --git a/util/rmold.pl b/util/rmold.pl index b7ddecf9..ab4a54ba 100755 --- a/util/rmold.pl +++ b/util/rmold.pl @@ -87,4 +87,3 @@ sub procdir &procdir("$dir/$_"); } } -