diff options
author | Arnold Chand <creativenull@outlook.com> | 2020-09-17 09:58:45 -0400 |
---|---|---|
committer | Arnold Chand <creativenull@outlook.com> | 2020-09-17 09:58:45 -0400 |
commit | f8351c1b22d02f194235388779ad47028d5e7a25 (patch) | |
tree | c8cc6fab8ab0efcdd890dc193e6c2a04e1b67b57 /test | |
parent | 8a855e3e6442a3b1384a07098d166c114a3e01f3 (diff) | |
download | ale-f8351c1b22d02f194235388779ad47028d5e7a25.zip |
fix: test: mkdir should create if it doesn't exist
Diffstat (limited to 'test')
-rw-r--r-- | test/command_callback/test_php_intelephense_command_callback.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command_callback/test_php_intelephense_command_callback.vader b/test/command_callback/test_php_intelephense_command_callback.vader index 164ca26e..dd6adb3d 100644 --- a/test/command_callback/test_php_intelephense_command_callback.vader +++ b/test/command_callback/test_php_intelephense_command_callback.vader @@ -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') |