mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 12:03:48 -05:00
Fix typo in test
This commit is contained in:
@@ -382,8 +382,7 @@ endfunction
|
|||||||
|
|
||||||
|
|
||||||
function Test_file_unknown_in_base()
|
function Test_file_unknown_in_base()
|
||||||
let starting_branch = system('git branch --show-current')
|
let starting_branch = split(system('git branch --show-current'))[0]
|
||||||
let starting_branch = 'main'
|
|
||||||
call system('git checkout -b some-feature')
|
call system('git checkout -b some-feature')
|
||||||
let tmp = 'file-on-this-branch-only.tmp'
|
let tmp = 'file-on-this-branch-only.tmp'
|
||||||
call system('echo "hi" > '.tmp.' && git add '.tmp)
|
call system('echo "hi" > '.tmp.' && git add '.tmp)
|
||||||
|
|||||||
Reference in New Issue
Block a user