On Fri Jan 5 16:03:12 2024 +0000, Biswapriyo Nath wrote:
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.