mirror of
https://github.com/dense-analysis/ale.git
synced 2026-03-13 10:20:49 +08:00
#4454 Clean up root test directory tests
Combine cases into smaller tests of tests and remove tests we no longer need. Linter tests have been moved to where they should be.
This commit is contained in:
@@ -19,7 +19,7 @@ Execute(ale#util#Tempname shouldn't set $TMPDIR to an empty string if it isn't s
|
||||
Assert !exists('$TMPDIR'), '$TMPDIR exists where it shouldn''t'
|
||||
endif
|
||||
|
||||
Execute(ale#util#Tempname shouldn't replace $TMPDIR and reset them to an empty string.):
|
||||
Execute(ale#util#Tempname shouldn't replace $TMPDIR and reset them to an empty string):
|
||||
if has('unix')
|
||||
let $TMPDIR = ''
|
||||
Assert ale#util#Tempname() =~# '^/tmp'
|
||||
|
||||
Reference in New Issue
Block a user