mirror of
https://github.com/curl/curl.git
synced 2026-07-30 14:58:28 +03:00
tests: add -q as first option when invoking curl for tests
To reduce the risk that the user running the tests has a .curlrc present that messes things up. Support 'option="no-q"' for the <command> tag to switch it off on demand. Use this new feature in test 433 and 436. Ref: #13284 Closes #13387
This commit is contained in:
parent
d28f74913c
commit
f7cc9e9177
4 changed files with 9 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ CURL_HOME=
|
|||
<name>
|
||||
Verify XDG_CONFIG_HOME use to find .curlrc
|
||||
</name>
|
||||
<command>
|
||||
<command option="no-q">
|
||||
%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
</command>
|
||||
</client>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ XDG_CONFIG_HOME=
|
|||
<name>
|
||||
Find .curlrc in .config/curlrc via CURL_HOME
|
||||
</name>
|
||||
<command>
|
||||
<command option="no-q">
|
||||
%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
</command>
|
||||
</client>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue