Fix tests on windows

This commit is contained in:
Horacio Sanson 2021-01-30 18:17:28 +09:00
parent d511d5af11
commit dd1c665db2
1 changed files with 2 additions and 2 deletions

View File

@ -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"',
\ }