Fix typo in test

This commit is contained in:
Andy Stewart
2023-09-01 10:05:31 +01:00
parent 28d463f199
commit 101e9ca217

View File

@@ -382,8 +382,7 @@ endfunction
function Test_file_unknown_in_base()
let starting_branch = system('git branch --show-current')
let starting_branch = 'main'
let starting_branch = split(system('git branch --show-current'))[0]
call system('git checkout -b some-feature')
let tmp = 'file-on-this-branch-only.tmp'
call system('echo "hi" > '.tmp.' && git add '.tmp)