diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-12-28 21:35:14 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-12-28 21:35:14 +0100 |
commit | da9888a3f0118ce1ce5acbdcf4720602c2de2a3b (patch) | |
tree | c679abcfb9a689a2bd7816a8562d9cb2ff206f48 /src/testdir/Make_dos.mak | |
parent | f2f6d297966ec0e357640b71a238e51afcaba6cc (diff) | |
download | vim-git-da9888a3f0118ce1ce5acbdcf4720602c2de2a3b.tar.gz |
patch 7.4.986v7.4.986
Problem: Test49 doesn't work on MS-Windows. test70 is listed twice.
Solution: Move test49 to the group not used on Amiga and MS-Windows.
Remove test70 from SCRIPTS_WIN32.
Diffstat (limited to 'src/testdir/Make_dos.mak')
-rw-r--r-- | src/testdir/Make_dos.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak index 6e92668c8..b907fe705 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak @@ -13,6 +13,7 @@ VIMPROG = ..\\vim # test12 can't unlink a swap file # test25 uses symbolic link # test27 can't edit file with "*" in file name +# test49 fails in various ways # test97 \{ and \$ are not escaped characters. SCRIPTS = $(SCRIPTS_ALL) $(SCRIPTS_MORE1) $(SCRIPTS_MORE3) $(SCRIPTS_MORE4) |