diff --git a/patch/01-disable-test-crash.patch b/patch/01-disable-test-crash.patch index e702b755..5a525d8e 100644 --- a/patch/01-disable-test-crash.patch +++ b/patch/01-disable-test-crash.patch @@ -1,5 +1,5 @@ diff --git a/src/testdir/test_crash.vim b/src/testdir/test_crash.vim -index a1da68ed4..8ce667fe5 100644 +index b093b053c..1f3bc2f9f 100644 --- a/src/testdir/test_crash.vim +++ b/src/testdir/test_crash.vim @@ -10,6 +10,10 @@ func Test_crash1() @@ -13,3 +13,14 @@ index a1da68ed4..8ce667fe5 100644 " The following used to crash Vim let opts = #{cmd: 'sh'} let vim = GetVimProg() +@@ -114,6 +118,10 @@ func Test_crash1_2() + CheckNotBSD + CheckExecutable dash + ++ if v:true ++ throw 'Skipped: Disabling test on Vim-Appimage Repository' ++ endif ++ + " The following used to crash Vim + let opts = #{cmd: 'sh'} + let vim = GetVimProg() diff --git a/patch/02-disable-test-scrollbar.patch b/patch/02-disable-test-scrollbar.patch index 502ffd72..caa0c5b7 100644 --- a/patch/02-disable-test-scrollbar.patch +++ b/patch/02-disable-test-scrollbar.patch @@ -1,8 +1,8 @@ diff --git a/src/testdir/test_gui.vim b/src/testdir/test_gui.vim -index acc72f839..c87ed24cd 100644 +index e7f7c6d83..addb2ef04 100644 --- a/src/testdir/test_gui.vim +++ b/src/testdir/test_gui.vim -@@ -718,6 +718,9 @@ func Test_set_guioptions() +@@ -768,6 +768,9 @@ func Test_set_guioptions() endfunc func Test_scrollbars()