summaryrefslogtreecommitdiff
path: root/test/test_tmpdir_wrapper.vader
diff options
context:
space:
mode:
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'