]> Sergey Matveev's repositories - public-inbox.git/commit
t/*.t: remove IPC::Run dependency for git commands
authorEric Wong <e@80x24.org>
Mon, 4 Nov 2019 03:01:33 +0000 (03:01 +0000)
committerEric Wong <e@80x24.org>
Fri, 8 Nov 2019 20:21:45 +0000 (20:21 +0000)
commitb8076445430956bd87ade6345e6c01109a485bf7
tree6c198f76aab82dc25eb57d1fcf146f9e60fa03b7
parent118ec03fd467173c401518becd54b621f9abb080
t/*.t: remove IPC::Run dependency for git commands

One small step towards making tests easier-to-run.  We can rely
on "local $ENV{GIT_DIR}" for potentially shell-unsafe path
names, and the rest of our path names are relative and don't
contain characters which require escaping.
t/git.t
t/www_listing.t