Switch off diff.mnemonicPrefix in tests.

Follows on c325a8b.
This commit is contained in:
Andy Stewart
2018-02-22 11:04:10 +00:00
parent c3bad229db
commit e9aee00190

View File

@@ -44,7 +44,8 @@ function SetUp()
call system("git init ".s:test_repo. call system("git init ".s:test_repo.
\ " && cd ".s:test_repo. \ " && cd ".s:test_repo.
\ " && cp ../fixture.txt .". \ " && cp ../fixture.txt .".
\ " && git add . && git commit -m 'initial'") \ " && git add . && git commit -m 'initial'".
\ " && git config diff.mnemonicPrefix false")
execute ':cd' s:test_repo execute ':cd' s:test_repo
edit! fixture.txt edit! fixture.txt
call gitgutter#sign#reset() call gitgutter#sign#reset()