Skip to content

Commit 4f5b0e5

Browse files
committed
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)
1 parent 437a746 commit 4f5b0e5

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/testdir/Make_amiga.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ nongui: /tmp $(SCRIPTS_FIRST) $(SCRIPTS)
2626
csh -c echo ALL DONE
2727

2828
clean:
29-
csh -c \rm -rf *.out /tmp/* Xdotest small.vim tiny.vim mbyte.vim test.ok viminfo
29+
csh -c \rm -rf *.out Xdir1 Xfind XfakeHOME Xdotest small.vim tiny.vim mbyte.vim test.ok viminfo
3030

3131
.in.out:
3232
copy $*.ok test.ok

src/testdir/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RM_ON_START = tiny.vim small.vim mbyte.vim mzscheme.vim test.ok benchmark.out
8484
RUN_VIM = VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(VALGRIND) $(VIMPROG) -f $(GUI_FLAG) -u unix.vim $(NO_INITS) -s dotest.in
8585

8686
clean:
87-
-rm -rf *.out *.failed *.res *.rej *.orig
87+
-rm -rf *.out *.failed *.res *.rej *.orig XfakeHOME Xdir1 Xfind
8888
-rm -f opt_test.vim test.log test_result.log messages
8989
-rm -f $(RM_ON_RUN) $(RM_ON_START)
9090
-rm -f valgrind.*

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,8 @@ static char *(features[]) =
777777

778778
static int included_patches[] =
779779
{ /* Add new patch number below this line */
780+
/**/
781+
1637,
780782
/**/
781783
1636,
782784
/**/

0 commit comments

Comments
 (0)