Patch 8.0.0285 (after 8.0.0277)
Problem: Tests fail with tiny build on Unix.
Solution: Only set g:tester_HOME when build with the +eval feature.
Files: src/testdir/unix.vim
*** ../vim-8.0.0284/src/testdir/unix.vim 2017-02-01 12:08:43.939201642
+0100
--- src/testdir/unix.vim 2017-02-01 18:04:10.117964780 +0100
***************
*** 2,10 ****
" Always use "sh", don't use the value of "$SHELL".
set shell=sh
! " While some tests overwrite $HOME to prevent them from polluting user files,
! " we need to remember the original value so that we can tell external systems
! " where to ask about their own user settings.
! let g:tester_HOME = $HOME
source setup.vim
--- 2,13 ----
" Always use "sh", don't use the value of "$SHELL".
set shell=sh
! " Only when the +eval feature is present.
! if 1
! " While some tests overwrite $HOME to prevent them from polluting user
files,
! " we need to remember the original value so that we can tell external
systems
! " where to ask about their own user settings.
! let g:tester_HOME = $HOME
! endif
source setup.vim
*** ../vim-8.0.0284/src/version.c 2017-02-01 18:00:08.123535971 +0100
--- src/version.c 2017-02-01 18:05:40.133378639 +0100
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 285,
/**/
--
ARTHUR: But if he was dying, he wouldn't bother to carve
"Aaaaarrrrrrggghhh". He'd just say it.
BROTHER MAYNARD: It's down there carved in stone.
GALAHAD: Perhaps he was dictating.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.