1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2019-07-05 20:43:52 +02:00
parent 437a746b4c
commit 4f5b0e5355
3 changed files with 4 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ nongui: /tmp $(SCRIPTS_FIRST) $(SCRIPTS)
csh -c echo ALL DONE csh -c echo ALL DONE
clean: clean:
csh -c \rm -rf *.out /tmp/* Xdotest small.vim tiny.vim mbyte.vim test.ok viminfo csh -c \rm -rf *.out Xdir1 Xfind XfakeHOME Xdotest small.vim tiny.vim mbyte.vim test.ok viminfo
.in.out: .in.out:
copy $*.ok test.ok copy $*.ok test.ok

View File

@@ -84,7 +84,7 @@ RM_ON_START = tiny.vim small.vim mbyte.vim mzscheme.vim test.ok benchmark.out
RUN_VIM = VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(VALGRIND) $(VIMPROG) -f $(GUI_FLAG) -u unix.vim $(NO_INITS) -s dotest.in RUN_VIM = VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(VALGRIND) $(VIMPROG) -f $(GUI_FLAG) -u unix.vim $(NO_INITS) -s dotest.in
clean: 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 opt_test.vim test.log test_result.log messages
-rm -f $(RM_ON_RUN) $(RM_ON_START) -rm -f $(RM_ON_RUN) $(RM_ON_START)
-rm -f valgrind.* -rm -f valgrind.*

View File

@@ -777,6 +777,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1637,
/**/ /**/
1636, 1636,
/**/ /**/