diff --git a/vim.changes b/vim.changes index 255837e..5ecb720 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 12 07:56:31 UTC 2017 - idonmez@suse.com + +- Disable test86 and test87, they are unreliable. + ------------------------------------------------------------------- Mon Jun 19 10:57:45 UTC 2017 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index bd04186..7abf9b5 100644 --- a/vim.spec +++ b/vim.spec @@ -158,8 +158,10 @@ cp %{SOURCE23} runtime/syntax/apparmor.vim %patch100 -p1 cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} . -# XXX FIXME +# Unreliable test rm ./src/testdir/test_cmdline.vim +rm ./src/testdir/test86* +rm ./src/testdir/test87* %build export CFLAGS="%{optflags} -Wall -pipe -fno-strict-aliasing"