mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 13:56:05 +00:00
test/win: executable(), exepath() #9516
This commit is contained in:
@@ -881,8 +881,8 @@ func Test_Executable()
|
||||
call assert_equal(1, executable('notepad'))
|
||||
call assert_equal(1, executable('notepad.exe'))
|
||||
call assert_equal(0, executable('notepad.exe.exe'))
|
||||
call assert_equal(1, executable('shell32.dll'))
|
||||
call assert_equal(1, executable('win.ini'))
|
||||
call assert_equal(0, executable('shell32.dll'))
|
||||
call assert_equal(0, executable('win.ini'))
|
||||
elseif has('unix')
|
||||
call assert_equal(1, executable('cat'))
|
||||
call assert_equal(0, executable('nodogshere'))
|
||||
|
Reference in New Issue
Block a user