summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-29 22:08:53 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-29 22:08:53 +0200
commit48340b62e812dc9280f621a2eb6db76d43555c66 (patch)
treecdafeefc8f1ac57190fcd2b97f717c84fdd6b658 /src/Makefile
parent97f65fafdbf3530fa42d6e43618e66e14c866b50 (diff)
patch 8.0.1012: MS-Windows: problem with $HOME when is was set internallyv8.0.1012
Problem: MS-Windows: Problem with $HOME when is was set internally. Solution: Only use the $HOME default internally. (Yasuhiro Matsumoto, closes #2013)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index e4da3b4b6b..ecf14bc49b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2278,6 +2278,7 @@ test_arglist \
test_visual \
test_window_cmd \
test_window_id \
+ test_windows_home \
test_writefile \
test_alot_latin \
test_alot_utf8 \