Skip to content

core: fix the environment variable test on Windows

Implements the POSIX's setenv/unsetenv functions using Windows counterparts. Disable the empty variable test case, since it isn't allowed on Windows (setting to an empty string clears the environment variable).

@pdbj not sure if you prefer to disallow empty environment variables on POSIX systems too, or just disable the test like in this MR.

Merge request reports