diff src/testdir/Make_os2.mak @ 5116:6cabac58f26f v7.3.1301

updated for version 7.3.1301 Problem: Some tests fail on MS-Windows. Solution: Fix path separators in test 89 and 96. Omit test 97, escaping works differently. Make findfile() work on MS-Windows.
author Bram Moolenaar <bram@vim.org>
date Wed, 03 Jul 2013 21:19:07 +0200
parents 93cccad6a26b
children 7a6ce0c426fe
line wrap: on
line diff
--- a/src/testdir/Make_os2.mak
+++ b/src/testdir/Make_os2.mak
@@ -15,6 +15,7 @@ VIMPROG = ../vim.exe
 # test52	only for Win32
 # test85	no Lua interface
 # test86, 87	no Python interface
+# test97	\{ and \$ are not escaped characters.
 
 SCRIPTS = test1.out test3.out test4.out test5.out test6.out \
 		test7.out test8.out test9.out \
@@ -33,7 +34,7 @@ SCRIPTS = test1.out test3.out test4.out 
 		test76.out test77.out test78.out test79.out test80.out \
 		test81.out test82.out test83.out test84.out test88.out \
 		test89.out test90.out test91.out test92.out test93.out \
-		test94.out test95.out test96.out test97.out
+		test94.out test95.out test96.out
 
 .SUFFIXES: .in .out