Ken Takata wrote: > Hi Bram, > > 2015/2/28 Sat 5:11:31 UTC+9 Bram Moolenaar wrote: > > [Note: this may break the tests on MS-Windows, please send me a fix if > > you can] > > > > Patch 7.4.647 > > Problem: After running the tests on MS-Windows many files differ from > > their > > originals as they were checked out. > > Solution: Use a temp directory for executing the tests. (Ken Takata, Taro > > Muraoka) > > Files: src/testdir/Make_dos.mak > > > This should fix the problem: > > diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak > --- a/src/testdir/Make_dos.mak > +++ b/src/testdir/Make_dos.mak > @@ -85,7 +85,6 @@ win32: nolog $(SCRIPTS16) $(SCRIPTS) $(S > $(TEST_OUTFILES): $(DOSTMP)\$(*B).in > -@if exist test.out DEL test.out > move $(*B).in $(*B).in.bak > - copy $*.in $(*B).in > copy $(DOSTMP)\$(*B).in $(*B).in > copy $(*B).ok test.ok > $(VIMPROG) -u dos.vim -U NONE --noplugin -s dotest.in $(*B).in
Thanks. Let me know if there is anything else. -- Facepalm statement #1: "I'm going to New York tomorrow, hopefully I have time to visit the White House" /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
