comparison src/testdir/Make_dos.mak @ 7623:2720952e9acb v7.4.1111

commit https://github.com/vim/vim/commit/f60b796fa9870bdfc4cdeb91653bac041916077d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 16 22:47:23 2016 +0100 patch 7.4.1111 Problem: test_expand fails on MS-Windows. Solution: Always use forward slashes. Remove references to test27.
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Jan 2016 23:00:04 +0100
parents e81526d6709f
children ad3e9ea845e7
comparison
equal deleted inserted replaced
7622:41db06cb1d81 7623:2720952e9acb
12 # Omitted: 12 # Omitted:
13 # test2 "\\tmp" doesn't work. 13 # test2 "\\tmp" doesn't work.
14 # test10 'errorformat' is different 14 # test10 'errorformat' is different
15 # test12 can't unlink a swap file 15 # test12 can't unlink a swap file
16 # test25 uses symbolic link 16 # test25 uses symbolic link
17 # test27 can't edit file with "*" in file name
18 # test49 fails in various ways 17 # test49 fails in various ways
19 # test97 \{ and \$ are not escaped characters. 18 # test97 \{ and \$ are not escaped characters.
20 19
21 SCRIPTS = $(SCRIPTS_ALL) $(SCRIPTS_MORE1) $(SCRIPTS_MORE3) $(SCRIPTS_MORE4) 20 SCRIPTS = $(SCRIPTS_ALL) $(SCRIPTS_MORE1) $(SCRIPTS_MORE3) $(SCRIPTS_MORE4)
22 21