commit | 9b73c4a215cb5f0f7df1e7f0663aea2bce1914ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 13 22:30:08 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 13 22:30:08 2017 +0100 |
tree | be3b7d6654d9734e148279088ec719e95e5d66d5 | |
parent | e13b9afe1283f5ae43232b5992372a0eb570666c [diff] [blame] |
patch 8.0.0178: command count test fails on MS-Windows Problem: test_command_count may fail when a previous test interferes, seen on MS-Windows. Solution: Run it separately.
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 63a1b05..956d321 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -144,6 +144,7 @@ test_channel.res \ test_charsearch.res \ test_cmdline.res \ + test_command_count.res \ test_crypt.res \ test_cscope.res \ test_diffmode.res \