mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Don't need a shell here
This commit is contained in:
parent
f76e7b8eb6
commit
4088f55ee6
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue