]> Sergey Matveev's repositories - public-inbox.git/commit
spawn: remove support for clearing the env
authorEric Wong <e@80x24.org>
Fri, 29 Nov 2019 10:14:13 +0000 (10:14 +0000)
committerEric Wong <e@80x24.org>
Wed, 11 Dec 2019 08:10:32 +0000 (08:10 +0000)
commitb82e6c82aedb58309bdcdd041cabb5f82ec62234
treea69dfdb781a2f00a4f32438b13d8689d49e0fe69
parent7c64c5b3f0535e58506a3157e3bd645996dc154f
spawn: remove support for clearing the env

It's unnecessary code which I'm not sure we ever used.  In
retrospect, completely clearing the environment doesn't make
sense for the processes we spawn.  We don't need to clobber
individual environment variables in our code, either
(and if we did for tests, we can use 'local').
lib/PublicInbox/Spawn.pm
t/spawn.t