commit | dfd63e30d13fff5603416b6c7e247cebeb003eb0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 21 10:11:03 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 21 10:11:03 2016 +0200 |
tree | 35c5e6c3695499467842187e68c4ebd415fb19f6 | |
parent | 60084333816c585d5858bc085b2942f813102ae3 [diff] [blame] |
patch 7.4.2085 Problem: Digraph tests fails on some systems. Solution: Run it separately and set 'encoding' early.
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 9b8770d..11cc934 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -170,6 +170,7 @@ test_channel.res \ test_cmdline.res \ test_cscope.res \ + test_digraph.res \ test_farsi.res \ test_hardcopy.res \ test_history.res \