summaryrefslogtreecommitdiff
path: root/test/test_tmpdir_wrapper.vader
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2023-09-08 01:00:35 +0100
committerw0rp <devw0rp@gmail.com>2023-09-08 01:00:35 +0100
commitbf55175b6971a9a706dfb73ddd00b71750aaee80 (patch)
tree906224bf3752461d25a891dfd0c8261efd4a1480 /test/test_tmpdir_wrapper.vader
parente5816964d1ce27c1dcf3497ba80beccd99bc8fd6 (diff)
downloadale-bf55175b6971a9a706dfb73ddd00b71750aaee80.zip
#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.
Diffstat (limited to 'test/test_tmpdir_wrapper.vader')
-rw-r--r--test/test_tmpdir_wrapper.vader2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_tmpdir_wrapper.vader b/test/test_tmpdir_wrapper.vader
index 151b8943..906f8b7d 100644
--- a/test/test_tmpdir_wrapper.vader
+++ b/test/test_tmpdir_wrapper.vader
@@ -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'