File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,6 +158,9 @@ func FinishTesting()
158158 " Don't write viminfo on exit.
159159 set viminfo =
160160
161+ " Clean up files created by setup.vim
162+ call delete (' XfakeHOME' , ' rf' )
163+
161164 if s: fail == 0
162165 " Success, create the .res file so that make knows it's done.
163166 exe ' split ' . fnamemodify (g: testname , ' :r' ) . ' .res'
Original file line number Diff line number Diff line change 1414 endif
1515
1616 " Make sure $HOME does not get read or written.
17- let $HOME = ' /does/not/exist'
17+ " It must exist, gnome tries to create $HOME/.gnome2
18+ let $HOME = getcwd () . ' /XfakeHOME'
19+ call mkdir ($HOME )
1820endif
Original file line number Diff line number Diff line change @@ -769,6 +769,8 @@ static char *(features[]) =
769769
770770static int included_patches [] =
771771{ /* Add new patch number below this line */
772+ /**/
773+ 805 ,
772774/**/
773775 804 ,
774776/**/
You can’t perform that action at this time.
0 commit comments