diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-21 10:11:03 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-21 10:11:03 +0200 |
commit | dfd63e30d13fff5603416b6c7e247cebeb003eb0 (patch) | |
tree | 35c5e6c3695499467842187e68c4ebd415fb19f6 /src/testdir/Make_all.mak | |
parent | 60084333816c585d5858bc085b2942f813102ae3 (diff) | |
download | vim-dfd63e30d13fff5603416b6c7e247cebeb003eb0.zip |
patch 7.4.2085
Problem: Digraph tests fails on some systems.
Solution: Run it separately and set 'encoding' early.
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r-- | src/testdir/Make_all.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 9b8770d53..11cc93429 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -170,6 +170,7 @@ NEW_TESTS = test_arglist.res \ test_channel.res \ test_cmdline.res \ test_cscope.res \ + test_digraph.res \ test_farsi.res \ test_hardcopy.res \ test_history.res \ |