From 70118158087a2647aa8bc613911dd74594768ab56524a88875970d0f0bfb68b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 29 Nov 2017 14:18:03 +0000 Subject: [PATCH] - OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=459 --- disable-unreliable-tests.patch | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/disable-unreliable-tests.patch b/disable-unreliable-tests.patch index bd5fcad..3eb24bd 100644 --- a/disable-unreliable-tests.patch +++ b/disable-unreliable-tests.patch @@ -34,3 +34,32 @@ Index: vim-8.0.1358/src/testdir/Makefile - -opt_test.vim: ../option.c gen_opt_test.vim - $(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../option.c +Index: vim-8.0.1358/src/Makefile +=================================================================== +--- vim-8.0.1358.orig/src/Makefile ++++ vim-8.0.1358/src/Makefile +@@ -2225,7 +2225,6 @@ test_arglist \ + test_netbeans \ + test_normal \ + test_number \ +- test_options \ + test_packadd \ + test_partial \ + test_paste \ +Index: vim-8.0.1358/src/testdir/Make_all.mak +=================================================================== +--- vim-8.0.1358.orig/src/testdir/Make_all.mak ++++ vim-8.0.1358/src/testdir/Make_all.mak +@@ -138,7 +138,6 @@ NEW_TESTS = test_arabic.res \ + test_netbeans.res \ + test_normal.res \ + test_number.res \ +- test_options.res \ + test_packadd.res \ + test_paste.res \ + test_perl.res \ +@@ -191,4 +190,3 @@ NEW_TESTS = test_arabic.res \ + # Explicit dependencies. + test49.out: test49.vim + +-test_options.res test_alot.res: opt_test.vim