diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-16 22:47:23 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-16 22:47:23 +0100 |
commit | f60b796fa9870bdfc4cdeb91653bac041916077d (patch) | |
tree | d44c612998b14cadd0702018a01cdb9afdc65b77 /src/testdir/Make_all.mak | |
parent | 8c600052fabe4859470d9d0ba2ddd74a52ea9745 (diff) | |
download | vim-f60b796fa9870bdfc4cdeb91653bac041916077d.zip |
patch 7.4.1111
Problem: test_expand fails on MS-Windows.
Solution: Always use forward slashes. Remove references to test27.
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r-- | src/testdir/Make_all.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 33fc3451b..81e196c1d 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -139,7 +139,6 @@ SCRIPTS_MORE2 = \ test10.out \ test12.out \ test25.out \ - test27.out \ test49.out \ test97.out |