mirror of
https://github.com/dense-analysis/ale
synced 2025-01-04 13:12:06 +00:00
fix: test: mkdir should create if it doesn't exist
This commit is contained in:
parent
8a855e3e64
commit
f8351c1b22
@ -10,7 +10,7 @@ Execute(The default executable path should be correct):
|
||||
|
||||
Execute(The project path should be correct for .git directories):
|
||||
call ale#test#SetFilename('php-intelephense-project/with-git/test.php')
|
||||
silent! call mkdir('php-intelephense-project/with-git/.git')
|
||||
silent! call mkdir('php-intelephense-project/with-git/.git', 'p')
|
||||
|
||||
AssertLSPProject ale#path#Simplify(g:dir . '/php-intelephense-project/with-git')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user