]> Sergey Matveev's repositories - public-inbox.git/commit
test_common: reset umask on non-forking run_script
authorEric Wong <e@80x24.org>
Thu, 23 Sep 2021 05:53:01 +0000 (05:53 +0000)
committerEric Wong <e@80x24.org>
Thu, 23 Sep 2021 06:21:11 +0000 (06:21 +0000)
commitdb98dfa6869f813220759e42b6de035abe40b10c
tree095f392f3be94bb5f75afd5c3d5c24240a6f7e4b
parent63d7b8ceee55a34cde983e8548d5ce61050d2891
test_common: reset umask on non-forking run_script

public-inbox-init sets umask for git <2.1.0, so our fork+exec
replacement needs to restore the original umask of the "parent".
lib/PublicInbox/TestCommon.pm