Don't need a shell here

This commit is contained in:
Anthony Sottile 2018-03-07 12:18:54 -08:00
parent f76e7b8eb6
commit 4088f55ee6

View file

@ -518,7 +518,7 @@ def test_lots_of_files(mock_out_store_directory, tempdir_factory):
filename = '{}{}'.format('a' * 100, i)
open(filename, 'w').close()
cmd_output('bash', '-c', 'git add .')
cmd_output('git', 'add', '.')
install(Runner(git_path, C.CONFIG_FILE))
cmd_output_mocked_pre_commit_home(