Run the temporary file management test synchronously, so it will fail less

This commit is contained in:
w0rp 2017-05-31 10:01:41 +01:00
parent 6fe8105a0e
commit a90cf62995

View File

@ -1,4 +1,6 @@
Before:
let g:ale_run_synchronously = 1
let g:command = 'echo test'
let g:filename = ''
let g:directory = ''
@ -43,6 +45,7 @@ After:
call delete(g:preserved_directory, 'rf')
endif
unlet! g:ale_run_synchronously
unlet! g:command
unlet! g:filename
unlet! g:directory