Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/core/test_env.out
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LOGNAME=web_user
PATH=/
PWD=/
HOME=/home/web_user
LANG=(C|en_US).UTF-8
LANG=(C|.._..).UTF-8
_=.*(/test_env.m?js|./this.program)

getenv\(PATH\): /
Expand Down
2 changes: 1 addition & 1 deletion test/core/test_environ.out
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ LOGNAME=web_user
PATH=/
PWD=/
HOME=/home/web_user
LANG=(C|en_US).UTF-8

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The main point of these tests is to verify that setting en_US in outer environment is respected by emscripten.

If the @with_env_modify({'LANG': 'en_US.UTF-8'}) line in the test code doesn't work on windows we should probably look into why its not works and/or disable the test under windows (with a bug open to investigate why it doesn't work).

LANG=(C|.._..).UTF-8
_=.*(/test_environ.m?js|/this.program)