mirror of
https://github.com/curl/curl.git
synced 2026-07-26 01:27:15 +03:00
tidy-up: OS names
Use these words and casing more consistently across text, comments and one curl tool output: AIX, ALPN, ANSI, BSD, Cygwin, Darwin, FreeBSD, GitHub, HP-UX, Linux, macOS, MS-DOS, MSYS, MinGW, NTLM, POSIX, Solaris, UNIX, Unix, Unicode, WINE, WebDAV, Win32, winbind, WinIDN, Windows, Windows CE, Winsock. Mostly OS names and a few more. Also a couple of other minor text fixups. Closes #14360
This commit is contained in:
parent
a4ad7dc5a3
commit
f81f351b9a
146 changed files with 355 additions and 358 deletions
|
|
@ -46,11 +46,11 @@
|
|||
# fnmatch differences are just too common to make testing them sensible
|
||||
1307
|
||||
1316
|
||||
# test 1510 causes problems on the CI on github
|
||||
# test 1510 causes problems on the CI on GitHub
|
||||
# example: https://travis-ci.org/curl/curl/builds/81633600
|
||||
1510
|
||||
1512
|
||||
# test 1801 causes problems on Mac OS X and github
|
||||
# test 1801 causes problems on macOS and GitHub
|
||||
# https://github.com/curl/curl/issues/380
|
||||
1801
|
||||
# test 2086 causes issues on Windows only
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER -T %LOGDIR/upload%TESTNUMBER --crlf
|
|||
</command>
|
||||
<file name="%LOGDIR/upload%TESTNUMBER">
|
||||
file
|
||||
with unix newlines
|
||||
with Unix newlines
|
||||
meant to be
|
||||
converted
|
||||
with
|
||||
|
|
@ -46,7 +46,7 @@ QUIT
|
|||
</protocol>
|
||||
<upload>
|
||||
file
|
||||
with unix newlines
|
||||
with Unix newlines
|
||||
meant to be
|
||||
converted
|
||||
with
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ http
|
|||
socks5unix
|
||||
</server>
|
||||
<name>
|
||||
HTTP GET via SOCKS5 proxy via unix sockets
|
||||
HTTP GET via SOCKS5 proxy via Unix sockets
|
||||
</name>
|
||||
<command>
|
||||
--socks5 localhost%SOCKSUNIXPATH http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ http
|
|||
socks5unix
|
||||
</server>
|
||||
<name>
|
||||
HTTP GET with host name using SOCKS5h via unix sockets
|
||||
HTTP GET with host name using SOCKS5h via Unix sockets
|
||||
</name>
|
||||
<command>
|
||||
http://this.is.a.host.name:%HTTPPORT/%TESTNUMBER --proxy socks5h://localhost%SOCKSUNIXPATH
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ https
|
|||
socks5unix
|
||||
</server>
|
||||
<name>
|
||||
HTTPS GET with host name using SOCKS5h via unix sockets
|
||||
HTTPS GET with host name using SOCKS5h via Unix sockets
|
||||
</name>
|
||||
<command>
|
||||
https://this.is.a.host.name:%HTTPSPORT/%TESTNUMBER -k --proxy socks5h://localhost%SOCKSUNIXPATH
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ none
|
|||
unittest
|
||||
</features>
|
||||
<name>
|
||||
Test WIN32/MSDOS filename sanitization
|
||||
Test Windows/MS-DOS filename sanitization
|
||||
</name>
|
||||
</client>
|
||||
</testcase>
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ Nice auth sir!
|
|||
http
|
||||
</server>
|
||||
<name>
|
||||
HTTP Negotiate authentication (stub ntlm)
|
||||
HTTP Negotiate authentication (stub NTLM)
|
||||
</name>
|
||||
<features>
|
||||
GSS-API
|
||||
|
|
|
|||
|
|
@ -21,13 +21,13 @@ moo
|
|||
file
|
||||
</server>
|
||||
<name>
|
||||
file:// with unix path resolution behavior for the case of extra slashes
|
||||
file:// with Unix path resolution behavior for the case of extra slashes
|
||||
</name>
|
||||
<command option="no-include">
|
||||
file:////%PWD/%LOGDIR/test%TESTNUMBER.txt
|
||||
</command>
|
||||
<precheck>
|
||||
perl -e "print 'Test requires a unix system' if ( $^O eq 'MSWin32' || $^O eq 'cygwin' || $^O eq 'dos' || $^O eq 'msys');"
|
||||
perl -e "print 'Test requires a Unix system' if ( $^O eq 'MSWin32' || $^O eq 'cygwin' || $^O eq 'dos' || $^O eq 'msys');"
|
||||
</precheck>
|
||||
<file name="%LOGDIR/test%TESTNUMBER.txt">
|
||||
foo
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ Funny-head: yesyes
|
|||
http
|
||||
</server>
|
||||
<name>
|
||||
JSON encoding of unicode string
|
||||
JSON encoding of Unicode string
|
||||
</name>
|
||||
<file name="%LOGDIR/junk" nonewline="yes">
|
||||
%hex[%e2%80%9c]hex%
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ mqtt://%HOSTIP:%MQTTPORT/%TESTNUMBER -m 3
|
|||
<strippart>
|
||||
s/^(.* 00044d5154540402003c000c6375726c).*/$1/
|
||||
</strippart>
|
||||
# on windows the disconnect is never seen - no idea why
|
||||
# on Windows the disconnect is never seen - no idea why
|
||||
<strip>
|
||||
^server DISCONNECT 0 e000
|
||||
</strip>
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ mqtt://%HOSTIP:%MQTTPORT/%TESTNUMBER --max-filesize 11
|
|||
<strippart>
|
||||
s/^(.* 00044d5154540402003c000c6375726c).*/$1/
|
||||
</strippart>
|
||||
# on windows the disconnect is never seen - no idea why
|
||||
# on Windows the disconnect is never seen - no idea why
|
||||
<strip>
|
||||
^server DISCONNECT 0 e000
|
||||
</strip>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ Funny-head: yesyes
|
|||
http
|
||||
</server>
|
||||
<name>
|
||||
warn about unicode quote character
|
||||
warn about Unicode quote character
|
||||
</name>
|
||||
<command>
|
||||
-H “host: %HOSTIP:%HTTPPORT/” -s
|
||||
|
|
@ -46,7 +46,7 @@ warn about unicode quote character
|
|||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<stderr>
|
||||
%hex[Warning: The argument '%e2%80%9chost:' starts with a unicode quote where maybe an ]hex%
|
||||
%hex[Warning: The argument '%e2%80%9chost:' starts with a Unicode quote where maybe an ]hex%
|
||||
Warning: ASCII " was intended?
|
||||
</stderr>
|
||||
</verify>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ Funny-head: yesyes
|
|||
http
|
||||
</server>
|
||||
<name>
|
||||
warn about unicode quote character read from config file
|
||||
warn about Unicode quote character read from config file
|
||||
</name>
|
||||
<file name="%LOGDIR/input%TESTNUMBER">
|
||||
-H “host:fake”
|
||||
|
|
@ -49,7 +49,7 @@ warn about unicode quote character read from config file
|
|||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<stderr mode="text">
|
||||
%hex[Warning: The argument '%e2%80%9chost:fake%e2%80%9d' starts with a unicode quote where ]hex%
|
||||
%hex[Warning: The argument '%e2%80%9chost:fake%e2%80%9d' starts with a Unicode quote where ]hex%
|
||||
Warning: maybe an ASCII " was intended?
|
||||
</stderr>
|
||||
</verify>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ To: another
|
|||
|
||||
email
|
||||
headers and body
|
||||
with unix newlines
|
||||
with Unix newlines
|
||||
meant to be
|
||||
converted
|
||||
with
|
||||
|
|
@ -55,7 +55,7 @@ To: another
|
|||
|
||||
email
|
||||
headers and body
|
||||
with unix newlines
|
||||
with Unix newlines
|
||||
meant to be
|
||||
converted
|
||||
with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue