comparison src/testdir/Make_ming.mak @ 11858:042e634bb8d9 v8.0.0809

patch 8.0.0809: MS-Windows: tests hang commit https://github.com/vim/vim/commit/30fe88677dd2b16e733ca0ac14edc8d70c7259fc Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 29 23:01:57 2017 +0200 patch 8.0.0809: MS-Windows: tests hang Problem: MS-Windows: tests hang. Solution: Delete the XfakeHOME directory.
author Christian Brabandt <cb@256bit.org>
date Sat, 29 Jul 2017 23:15:04 +0200
parents 140d51d5b5c3
children 4ecdfa7b4e62
comparison
equal deleted inserted replaced
11857:15d17c3f7d18 11858:042e634bb8d9
82 -@if exist mbyte.vim $(DEL) mbyte.vim 82 -@if exist mbyte.vim $(DEL) mbyte.vim
83 -@if exist mzscheme.vim $(DEL) mzscheme.vim 83 -@if exist mzscheme.vim $(DEL) mzscheme.vim
84 -@if exist lua.vim $(DEL) lua.vim 84 -@if exist lua.vim $(DEL) lua.vim
85 -@if exist Xdir1 $(DELDIR) Xdir1 85 -@if exist Xdir1 $(DELDIR) Xdir1
86 -@if exist Xfind $(DELDIR) Xfind 86 -@if exist Xfind $(DELDIR) Xfind
87 -@if exist XfakeHOME $(DELDIR) XfakeHOME
87 -@if exist X* $(DEL) X* 88 -@if exist X* $(DEL) X*
88 -@if exist viminfo $(DEL) viminfo 89 -@if exist viminfo $(DEL) viminfo
89 -@if exist test.log $(DEL) test.log 90 -@if exist test.log $(DEL) test.log
90 -@if exist messages $(DEL) messages 91 -@if exist messages $(DEL) messages
91 -@if exist opt_test.vim $(DEL) opt_test.vim 92 -@if exist opt_test.vim $(DEL) opt_test.vim
96 @diff test.out $*.ok 97 @diff test.out $*.ok
97 -@if exist $*.out $(DEL) $*.out 98 -@if exist $*.out $(DEL) $*.out
98 @$(MV) test.out $*.out 99 @$(MV) test.out $*.out
99 -@if exist Xdir1 $(DELDIR) Xdir1 100 -@if exist Xdir1 $(DELDIR) Xdir1
100 -@if exist Xfind $(DELDIR) Xfind 101 -@if exist Xfind $(DELDIR) Xfind
102 -@if exist XfakeHOME $(DELDIR) XfakeHOME
101 -@if exist X* $(DEL) X* 103 -@if exist X* $(DEL) X*
102 -@if exist test.ok $(DEL) test.ok 104 -@if exist test.ok $(DEL) test.ok
103 -@if exist viminfo $(DEL) viminfo 105 -@if exist viminfo $(DEL) viminfo
104 106
105 nolog: 107 nolog: