diff 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
line wrap: on
line diff
--- a/src/testdir/Make_ming.mak
+++ b/src/testdir/Make_ming.mak
@@ -84,6 +84,7 @@ clean:
 	-@if exist lua.vim $(DEL) lua.vim
 	-@if exist Xdir1 $(DELDIR) Xdir1
 	-@if exist Xfind $(DELDIR) Xfind
+	-@if exist XfakeHOME $(DELDIR) XfakeHOME
 	-@if exist X* $(DEL) X*
 	-@if exist viminfo $(DEL) viminfo
 	-@if exist test.log $(DEL) test.log
@@ -98,6 +99,7 @@ clean:
 	@$(MV) test.out $*.out
 	-@if exist Xdir1 $(DELDIR) Xdir1
 	-@if exist Xfind $(DELDIR) Xfind
+	-@if exist XfakeHOME $(DELDIR) XfakeHOME
 	-@if exist X* $(DEL) X*
 	-@if exist test.ok $(DEL) test.ok
 	-@if exist viminfo $(DEL) viminfo