Fix tests on windows
This commit is contained in:
parent
d511d5af11
commit
dd1c665db2
1 changed files with 2 additions and 2 deletions
|
@ -15,14 +15,14 @@ Execute(The output should be correct):
|
|||
\ {
|
||||
\ 'lnum': 17,
|
||||
\ 'col': 13,
|
||||
\ 'filename': '/testplugin/test/terraform_files/providers.tf',
|
||||
\ 'filename': ale#path#Simplify(g:dir . '/providers.tf'),
|
||||
\ 'type': 'W',
|
||||
\ 'text': 'Terraform 0.13 and earlier allowed provider version',
|
||||
\ },
|
||||
\ {
|
||||
\ 'lnum': 0,
|
||||
\ 'col': 0,
|
||||
\ 'filename': '/testplugin/test/terraform_files/providers.tf',
|
||||
\ 'filename': ale#path#Simplify(g:dir . '/providers.tf'),
|
||||
\ 'type': 'E',
|
||||
\ 'text': 'Plugin reinitialization required. Please run "terraform"',
|
||||
\ }
|
||||
|
|
Reference in a new issue