0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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)
This commit is contained in:
Bram Moolenaar
2018-10-07 18:43:05 +02:00
parent df77cef92e
commit a05a0d325c
2 changed files with 3 additions and 1 deletions

View File

@@ -855,7 +855,7 @@ func Test_Executable()
call assert_equal(0, executable('win.ini')) call assert_equal(0, executable('win.ini'))
elseif has('unix') elseif has('unix')
call assert_equal(1, executable('cat')) call assert_equal(1, executable('cat'))
call assert_equal(0, executable('dog')) call assert_equal(0, executable('nodogshere'))
endif endif
endfunc endfunc

View File

@@ -792,6 +792,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
459,
/**/ /**/
458, 458,
/**/ /**/