5 Jan
2024
5 Jan
'24
4:08 p.m.
On Fri Jan 5 16:03:12 2024 +0000, Biswapriyo Nath wrote:
```suggestion:-0+0 ok( !_putenv("cAt=bar"), "Failed to set cAt=bar\n" ); ``` Shouldn't the error message be same as the variable?
since the tests are to ensure that `_putenv`, `_getenv` and such are case-insensitive, i thought the error messages might as well use upper-case in both lines to signify that they refer to the same environmental variable. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4774#note_56772