Patch 8.0.0806
Problem: Tests may try to create XfakeHOME twice.
Solution: Avoid loading setup.vim twice.
Files: src/testdir/setup.vim
*** ../vim-8.0.0805/src/testdir/setup.vim 2017-07-29 20:39:49.066978764
+0200
--- src/testdir/setup.vim 2017-07-29 22:13:48.446808833 +0200
***************
*** 1,5 ****
--- 1,13 ----
" Common preparations for running tests.
+ " Only load this once.
+ if 1
+ if exists('s:did_load')
+ finish
+ endif
+ let s:did_load = 1
+ endif
+
" Make sure 'runtimepath' and 'packpath' does not include $HOME.
set rtp=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after
if has('packages')
*** ../vim-8.0.0805/src/version.c 2017-07-29 20:39:49.066978764 +0200
--- src/version.c 2017-07-29 22:15:28.974094303 +0200
***************
*** 771,772 ****
--- 771,774 ----
{ /* Add new patch number below this line */
+ /**/
+ 806,
/**/
--
DINGO: You must spank her well and after you have spanked her you
may deal with her as you like and then ... spank me.
AMAZING: And spank me!
STUNNER: And me.
LOVELY: And me.
"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.