From 27302abb9467f21a481fcc6b8eca53d34e04373b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 7 Nov 2016 10:36:23 +0100 Subject: s/cURL/curl We're mostly saying just "curl" in lower case these days so here's a big cleanup to adapt to this reality. A few instances are left as the project could still formally be considered called cURL. --- tests/README | 2 +- tests/data/test864 | 2 +- tests/ftpserver.pl | 10 +++++----- tests/libtest/lib539.c | 4 ++-- tests/pathhelp.pm | 2 +- tests/server/rtspd.c | 2 +- tests/server/sws.c | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) (limited to 'tests') diff --git a/tests/README b/tests/README index 6409c107b..8f52688c0 100644 --- a/tests/README +++ b/tests/README @@ -4,7 +4,7 @@ | (__| |_| | _ <| |___ \___|\___/|_| \_\_____| -The cURL Test Suite +The curl Test Suite 1. Running 1.1 Requires to run diff --git a/tests/data/test864 b/tests/data/test864 index 9ad98f7ee..ebdebd671 100644 --- a/tests/data/test864 +++ b/tests/data/test864 @@ -11,7 +11,7 @@ APOP CAPA APOP -REPLY welcome +OK cURL POP3 server ready to serve <1972.987654321\@curl> +REPLY welcome +OK curl POP3 server ready to serve <1972.987654321\@curl> From: me@somewhere diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index 01a7df865..081298f1b 100755 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -609,7 +609,7 @@ sub protocolsetup { ' / __| | | | |_) | | '."\r\n", ' | (__| |_| | _ {| |___ '."\r\n", ' \___|\___/|_| \_\_____|'."\r\n", - '+OK cURL POP3 server ready to serve '."\r\n") + '+OK curl POP3 server ready to serve '."\r\n") ); } elsif($proto eq 'imap') { @@ -643,7 +643,7 @@ sub protocolsetup { ' / __| | | | |_) | | '."\r\n", ' | (__| |_| | _ {| |___ '."\r\n", ' \___|\___/|_| \_\_____|'."\r\n", - '* OK cURL IMAP server ready to serve'."\r\n") + '* OK curl IMAP server ready to serve'."\r\n") ); } elsif($proto eq 'smtp') { @@ -1057,7 +1057,7 @@ sub EXPN_smtp { } sub QUIT_smtp { - sendcontrol "221 cURL $smtp_type server signing off\r\n"; + sendcontrol "221 curl $smtp_type server signing off\r\n"; return 0; } @@ -1605,7 +1605,7 @@ sub NOOP_imap { } sub LOGOUT_imap { - sendcontrol "* BYE cURL IMAP server signing off\r\n"; + sendcontrol "* BYE curl IMAP server signing off\r\n"; sendcontrol "$cmdid OK LOGOUT completed\r\n"; return 0; @@ -1941,7 +1941,7 @@ sub QUIT_pop3 { @deleted = (); } - sendcontrol "+OK cURL POP3 server signing off\r\n"; + sendcontrol "+OK curl POP3 server signing off\r\n"; return 0; } diff --git a/tests/libtest/lib539.c b/tests/libtest/lib539.c index 9f0f8fabf..ec4ea530e 100644 --- a/tests/libtest/lib539.c +++ b/tests/libtest/lib539.c @@ -42,7 +42,7 @@ int test(char *URL) } /* - * Begin with cURL set to use a single CWD to the URL's directory. + * Begin with curl set to use a single CWD to the URL's directory. */ test_setopt(curl, CURLOPT_URL, URL); test_setopt(curl, CURLOPT_VERBOSE, 1L); @@ -53,7 +53,7 @@ int test(char *URL) /* * Change the FTP_FILEMETHOD option to use full paths rather than a CWD * command. Alter the URL's path a bit, appending a "./". Use an innocuous - * QUOTE command, after which cURL will CWD to ftp_conn->entrypath and then + * QUOTE command, after which curl will CWD to ftp_conn->entrypath and then * (on the next call to ftp_statemach_act) find a non-zero ftpconn->dirdepth * even though no directories are stored in the ftpconn->dirs array (after a * call to freedirs). diff --git a/tests/pathhelp.pm b/tests/pathhelp.pm index 391ef6c25..10a87aaf9 100644 --- a/tests/pathhelp.pm +++ b/tests/pathhelp.pm @@ -20,7 +20,7 @@ # ########################################################################### -# This Perl package helps with path transforming when running cURL tests on +# This Perl package helps with path transforming when running curl tests on # Win32 platform with Msys or Cygwin. # Three main functions 'sys_native_abs_path', 'sys_native_path' and # 'build_sys_abs_path' autodetect format of given pathnames. Following formats diff --git a/tests/server/rtspd.c b/tests/server/rtspd.c index db95917a9..e759e8800 100644 --- a/tests/server/rtspd.c +++ b/tests/server/rtspd.c @@ -129,7 +129,7 @@ static void storerequest(char *reqbuf, size_t totalsize); const char *serverlogfile = DEFAULT_LOGFILE; -#define RTSPDVERSION "cURL test suite RTSP server/0.1" +#define RTSPDVERSION "curl test suite RTSP server/0.1" #define REQUEST_DUMP "log/server.input" #define RESPONSE_DUMP "log/server.response" diff --git a/tests/server/sws.c b/tests/server/sws.c index c94e23453..8ebce4e7b 100644 --- a/tests/server/sws.c +++ b/tests/server/sws.c @@ -140,7 +140,7 @@ static void storerequest(char *reqbuf, size_t totalsize); const char *serverlogfile = DEFAULT_LOGFILE; -#define SWSVERSION "cURL test suite HTTP server/0.1" +#define SWSVERSION "curl test suite HTTP server/0.1" #define REQUEST_DUMP "log/server.input" #define RESPONSE_DUMP "log/server.response" -- cgit v1.2.3