SHA256
1
0
forked from pool/vim
Ismail Dönmez 2017-11-29 14:11:38 +00:00 committed by Git OBS Bridge
parent af1453510c
commit 972478a4bf
2 changed files with 12 additions and 0 deletions

View File

@ -23,3 +23,14 @@ Index: vim-8.0.1358/src/testdir/test_alot.vim
source test_true_false.vim
source test_unlet.vim
source test_virtualedit.vim
Index: vim-8.0.1358/src/testdir/Makefile
===================================================================
--- vim-8.0.1358.orig/src/testdir/Makefile
+++ vim-8.0.1358/src/testdir/Makefile
@@ -142,6 +142,3 @@ test_gui_init.res: test_gui_init.vim
@echo "$(RUN_GVIMTEST_WITH_GVIMRC)" >> vimcmd
$(RUN_VIMTEST) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $<
@rm vimcmd
-
-opt_test.vim: ../option.c gen_opt_test.vim
- $(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../option.c

View File

@ -164,6 +164,7 @@ cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} .
# See also disable-unreliable-tests.patch
rm src/testdir/test_cmdline.*
rm src/testdir/test_channel.*
rm src/testdir/gen_opt_test.vim
rm src/testdir/test_options.*
rm src/testdir/test_writefile.*