mirror of
https://github.com/boostorg/nowide.git
synced 2026-02-21 15:12:30 +00:00
Split parent and child code into functions for better output Introduce TEST_EQUAL for better output Compare each entry in env-pointer and argv Don't check env-pointer values against getenv() as they might differ: When launching the program from e.g. bash with `temp=bar`then there is TEMP and temp in the list (env-pointer) but getenv/GetEnvironmentVariable is case insensitive picking up the first matching value.