mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:53:32 +03:00
tests: remove leading spaces from some tags
The threee tags `<name>`, `</name>` and `<command>` were frequently used with a leading space that this removes. The reason this habbit is so widespread in testcases is probably that they have been copy and pasted. Hence, fixing them all now might curb this practice from now on. Closes #12028
This commit is contained in:
parent
1b9becb5d9
commit
3fd80c7b59
1245 changed files with 3546 additions and 3546 deletions
|
|
@ -37,16 +37,16 @@ This server reply is for testing cookies
|
|||
<server>
|
||||
http
|
||||
</server>
|
||||
<name>
|
||||
<name>
|
||||
HTTP with bad domain name, get cookies and store in cookie jar
|
||||
</name>
|
||||
</name>
|
||||
# Explicitly set the time zone to a known good one, in case the user is
|
||||
# using one of the 'right' zones that take into account leap seconds
|
||||
# which causes the cookie expiry times to be different from what we expect.
|
||||
<setenv>
|
||||
TZ=GMT
|
||||
</setenv>
|
||||
<command>
|
||||
<command>
|
||||
domain..tld:%HTTPPORT/want/%TESTNUMBER --resolve domain..tld:%HTTPPORT:%HOSTIP -c %LOGDIR/jar%TESTNUMBER -b %LOGDIR/injar%TESTNUMBER
|
||||
</command>
|
||||
<file name="%LOGDIR/injar%TESTNUMBER">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue