avoid setEnv while testing gpg
setEnv is not thread safe and could cause a getEnv by another thread to segfault, or perhaps other had behavior. Sponsored-by: Dartmouth College's Datalad project
Showing
- Crypto.hs 10 additions, 6 deletionsCrypto.hs
- Test.hs 19 additions, 21 deletionsTest.hs
- Test/Framework.hs 18 additions, 10 deletionsTest/Framework.hs
- Utility/Gpg.hs 40 additions, 38 deletionsUtility/Gpg.hs
- doc/todo/test_suite_unsafe_use_of_setEnv.mdwn 2 additions, 0 deletionsdoc/todo/test_suite_unsafe_use_of_setEnv.mdwn
Please register or sign in to comment