mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:23:36 +03:00
tests: support setting/using blank content env variables
- test450: remove --config from the keywords - test2080: change return code - test428: add --config as a keyword - test428: disable on Windows due to CI problems
This commit is contained in:
parent
0f0edc283c
commit
7cf8414fab
5 changed files with 26 additions and 8 deletions
Binary file not shown.
|
|
@ -3,6 +3,7 @@
|
|||
<keywords>
|
||||
HTTP
|
||||
variables
|
||||
--config
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
|
@ -28,6 +29,14 @@ Funny-head: yesyes
|
|||
#
|
||||
# Client-side
|
||||
<client>
|
||||
|
||||
# For unknown reasons, a number of CI jobs on Appveyor keep returning NULL to
|
||||
# getenv() for the blank environment variable which makes the test fail.
|
||||
# Unfortunately, this makes me disable the test completely on Windows.
|
||||
|
||||
<features>
|
||||
!win32
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
</server>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
<info>
|
||||
<keywords>
|
||||
HTTP
|
||||
--config
|
||||
variables
|
||||
</keywords>
|
||||
</info>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue