fix: test: mkdir should create if it doesn't exist

This commit is contained in:
Arnold Chand 2020-09-17 09:58:45 -04:00
parent 8a855e3e64
commit f8351c1b22
1 changed files with 1 additions and 1 deletions

View File

@ -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')