From: Bram Moolenaar Date: Sun, 7 Oct 2018 16:43:05 +0000 (+0200) Subject: patch 8.1.0459: Test_executable fails when there is a dog in the system X-Git-Tag: v8.1.0459 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a05a0d325c7615439f4a42f00682b2ebad43c8d9;p=vim patch 8.1.0459: Test_executable fails when there is a dog in the system Problem: Test_executable fails when there is a dog in the system. Solution: Rename the dog. (Hirohito Higashi) --- diff --git a/src/testdir/test_functions.vim b/src/testdir/test_functions.vim index d601c278c..e59cdf82a 100644 --- a/src/testdir/test_functions.vim +++ b/src/testdir/test_functions.vim @@ -855,7 +855,7 @@ func Test_Executable() call assert_equal(0, executable('win.ini')) elseif has('unix') call assert_equal(1, executable('cat')) - call assert_equal(0, executable('dog')) + call assert_equal(0, executable('nodogshere')) endif endfunc diff --git a/src/version.c b/src/version.c index b25f13245..c86849670 100644 --- a/src/version.c +++ b/src/version.c @@ -792,6 +792,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 459, /**/ 458, /**/