]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: add -q as first option when invoking curl for tests
authorDaniel Stenberg <daniel@haxx.se>
Tue, 16 Apr 2024 12:18:55 +0000 (14:18 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 16 Apr 2024 21:40:23 +0000 (23:40 +0200)
commitf7cc9e91773537ccd356ff4b3bbb11b1efa115d8
treed89a0c70a9d3e8f39f6a2db7a090baeb389e0ed7
parentd28f74913c2e85664178fc9937e067df7e8f9566
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
tests/FILEFORMAT.md
tests/data/test433
tests/data/test436
tests/runner.pm