Rely on the PATH now being passed down to find git

This commit is contained in:
Jean-Paul Calderone 2019-08-02 16:50:21 -06:00
parent 7f1673596f
commit cd0ec043a8
1 changed files with 2 additions and 2 deletions

View File

@ -462,9 +462,9 @@ def chutney(reactor, temp_dir):
proto = _DumpOutputProtocol(None)
reactor.spawnProcess(
proto,
'/usr/bin/git',
'git',
(
'/usr/bin/git', 'clone', '--depth=1',
'git', 'clone', '--depth=1',
'https://git.torproject.org/chutney.git',
chutney_dir,
),