diff src/testdir/Makefile @ 17276:9140a11d111a v8.1.1637

patch 8.1.1637: after running tests and clean the XfakeHOME directory remains commit https://github.com/vim/vim/commit/4f5b0e5355a673ba5228bef037dc5c30734a1378 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 5 20:43:52 2019 +0200 patch 8.1.1637: after running tests and clean the XfakeHOME directory remains Problem: After running tests and clean the XfakeHOME directory remains. Solution: Use "rm -rf". (Hirohito Higashi)
author Bram Moolenaar <Bram@vim.org>
date Fri, 05 Jul 2019 20:45:05 +0200
parents 9d9b637b35a9
children 8a43873df941
line wrap: on
line diff
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -84,7 +84,7 @@ RM_ON_START = tiny.vim small.vim mbyte.v
 RUN_VIM = VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(VALGRIND) $(VIMPROG) -f $(GUI_FLAG) -u unix.vim $(NO_INITS) -s dotest.in
 
 clean:
-	-rm -rf *.out *.failed *.res *.rej *.orig
+	-rm -rf *.out *.failed *.res *.rej *.orig XfakeHOME Xdir1 Xfind
 	-rm -f opt_test.vim test.log test_result.log messages
 	-rm -f $(RM_ON_RUN) $(RM_ON_START)
 	-rm -f valgrind.*