diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-04-12 21:11:55 -0400 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-04-12 21:11:55 -0400 |
commit | 8e87d89a99b88d013655911ca9ebc34da37fbaa2 (patch) | |
tree | 898e2e54738fd40e07eb2e6ebd812dcce4657b3c | |
parent | 714e0f8bf05cc6febcbcd8cbcbe5f119c37a14b0 (diff) | |
download | rneovim-8e87d89a99b88d013655911ca9ebc34da37fbaa2.tar.gz rneovim-8e87d89a99b88d013655911ca9ebc34da37fbaa2.tar.bz2 rneovim-8e87d89a99b88d013655911ca9ebc34da37fbaa2.zip |
oldtests: win: skip test49
Vim doesn't test it on Windows.
See https://github.com/vim/vim/blob/master/src/testdir/Make_all.mak
-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 a31e1843fc..4bfcbf8e79 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -20,13 +20,13 @@ SCRIPTS_DEFAULT = \ test40.out \ test42.out \ test48.out \ - test49.out \ test52.out \ test64.out \ ifneq ($(OS),Windows_NT) SCRIPTS_DEFAULTS := $(SCRIPTS_DEFAULT) \ test17.out \ + test49.out \ endif |