Test process::tests::test_inherit_env fails when environment variable contains non-ascii characters #40171
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
O-windows
Operating system: Windows
Result of
./x.py test src/libstd/
:My environment variable contains "ChocolateyLastPathUpdate=水 12 14 19:40:40 2016" and which is the cause of this.
Note: Environment variables are OsStr but output encoding of
cmd /c set
depends on the environment (ShiftJIS on my computer).The text was updated successfully, but these errors were encountered: