diff options
| author | Björn Linse <bjorn.linse@gmail.com> | 2015-07-21 20:02:23 -0400 |
|---|---|---|
| committer | Michael Reed <m.reed@mykolab.com> | 2015-07-22 15:31:27 -0400 |
| commit | 0e65caa40ed9dbd1e06d023cd7eadce16f444f30 (patch) | |
| tree | 26e396e07c55f350062098cd83adcdc7f897ad40 /src/nvim/testdir/Makefile | |
| parent | 544ec08102b7a763a2a26bfea1310b545f498850 (diff) | |
| download | rneovim-0e65caa40ed9dbd1e06d023cd7eadce16f444f30.tar.gz rneovim-0e65caa40ed9dbd1e06d023cd7eadce16f444f30.tar.bz2 rneovim-0e65caa40ed9dbd1e06d023cd7eadce16f444f30.zip | |
Delete test86 and 87 #3074
The python-client has it's own test suite, and this isn't even run: see
the has('nvim') call.
Taken from
https://github.com/bfredl/neovim/commit/1acf4ace5224cf12472d2b086f55a74714491d6f
with minor modifications.
"Now that you've done the necessary cleanup, why not go ahead and merge
this." @bfredl
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 29782d5e31..c97ffc2ced 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -24,7 +24,7 @@ SCRIPTS := test_eval.out \ test73.out \ test79.out \ test83.out \ - test86.out test87.out test88.out \ + test88.out \ test_listlbr.out \ test_breakindent.out \ test_close_count.out \ |