comparison src/testdir/Make_ming.mak @ 3463:3daba355b0c1 v7.3.496

updated for version 7.3.496 Problem: MS-DOS: When "diff" trips over difference in line separators some tests fail. Solution: Make some .ok files use unix line separators. (David Pope)
author Bram Moolenaar <bram@vim.org>
date Fri, 13 Apr 2012 19:11:20 +0200
parents e070b34fe35e
children c052f3b79b99
comparison
equal deleted inserted replaced
3462:a104dae7f903 3463:3daba355b0c1
73 win32: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32) 73 win32: fixff $(SCRIPTS16) $(SCRIPTS) $(SCRIPTS32)
74 echo ALL DONE 74 echo ALL DONE
75 75
76 fixff: 76 fixff:
77 -$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok 77 -$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=dos|upd" +q *.in *.ok
78 -$(VIMPROG) -u dos.vim --noplugin "+argdo set ff=unix|upd" +q \
79 dotest.in test60.ok test71.ok test74.ok
78 80
79 clean: 81 clean:
80 -$(DEL) *.out 82 -$(DEL) *.out
81 -$(DEL) test.ok 83 -$(DEL) test.ok
82 -$(DEL) small.vim 84 -$(DEL) small.vim