diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-07-03 21:19:07 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-07-03 21:19:07 +0200 |
commit | ee0ee2a04638c6b511c909197ba597d329c6f3e0 (patch) | |
tree | a953c0778106fa6a4434122f212f0d7a4cdbcd1b /src/testdir/Make_ming.mak | |
parent | 3437b911029ac92ae066fa861d886155a4b97064 (diff) | |
download | vim-git-ee0ee2a04638c6b511c909197ba597d329c6f3e0.tar.gz |
updated for version 7.3.1301v7.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.
Diffstat (limited to 'src/testdir/Make_ming.mak')
-rw-r--r-- | src/testdir/Make_ming.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak index 51c64efe8..800603b31 100644 --- a/src/testdir/Make_ming.mak +++ b/src/testdir/Make_ming.mak @@ -28,7 +28,7 @@ VIMPROG = ..$(DIRSLASH)vim # test12 can't unlink a swap file # test25 uses symbolic link # test27 can't edit file with "*" in file name -# test31 16 bit version runs out of memory... +# test97 \{ and \$ are not escaped characters. SCRIPTS16 = test1.out test19.out test20.out test22.out \ test23.out test24.out test28.out test29.out \ @@ -52,7 +52,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \ test79.out test80.out test81.out test82.out test83.out \ test84.out test85.out test86.out test87.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 SCRIPTS32 = test50.out test70.out |