mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:43:52 +03:00
tests: prefer --insecure over -k
To make it uniform in all tests, and greppability. Also: - replace `-k` flag with `-q` in test 1268. (the actual flag doesn't matter in this test) - keep `-k` in test 300 to test its short form. (also verified to fail without a working `-k`) Closes #16878
This commit is contained in:
parent
9ba597bed7
commit
c6bd2e6a9a
43 changed files with 44 additions and 43 deletions
|
|
@ -53,7 +53,7 @@ this.hsts.example "99991001 04:47:41"
|
|||
HSTS with updated expiry in response
|
||||
</name>
|
||||
<command>
|
||||
-x http://%HOSTIP:%PROXYPORT http://this.hsts.example:%HTTPSPORT/%TESTNUMBER --hsts %LOGDIR/input%TESTNUMBER -k
|
||||
-x http://%HOSTIP:%PROXYPORT http://this.hsts.example:%HTTPSPORT/%TESTNUMBER --hsts %LOGDIR/input%TESTNUMBER --insecure
|
||||
</command>
|
||||
<disable>
|
||||
test-duphandle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue