test/java/lang/ProcessBuilder/Basic.java failing on Macos due to extra unexpected environment variables
being set in child processes. Windows does something similar. So, maybe it is allowable. But some of the them
are set by the VM itself (eg an AWT one). We should check if they are really all needed.
A minimal fix would be just to change the test case what variables to expect on macosx.
being set in child processes. Windows does something similar. So, maybe it is allowable. But some of the them
are set by the VM itself (eg an AWT one). We should check if they are really all needed.
A minimal fix would be just to change the test case what variables to expect on macosx.
- duplicates
-
JDK-7127874 Add handling of MacOSX env variables to ProcessBuilder regression test
- Closed