-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding test for modifying env within post-fork callback
Summary: Will use this technique in the next diff in order to create a subprocess that contains an environment variable whose value is that subprocess's own pid. It relies crucially on the environment strings remaining where they were when they were passed into the Subprocess c'tor (and not being moved or copied), so this test makes sure that that won't change on us. Reviewed By: dmpolukhin Differential Revision: D62691897 fbshipit-source-id: ced30dfb2daa30067958a7feea819d8e49b35d4b
- Loading branch information
1 parent
ccf87eb
commit 7f69f88
Showing
1 changed file
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters