mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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)
a05a0d325c
This commit is contained in:
parent
05cbe0da30
commit
c64d6702e5
@ -873,7 +873,7 @@ func Test_Executable()
|
||||
call assert_equal(1, 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user