forked from aniani/vim
patch 8.0.0185: system() test fails on MS-Windows
Problem: The system() test fails on MS-Windows. Solution: Skip the test on MS-Windows.
This commit is contained in:
@@ -48,6 +48,10 @@ function! Test_System()
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! Test_system_exmode()
|
function! Test_system_exmode()
|
||||||
|
if !has('unix')
|
||||||
|
return
|
||||||
|
endif
|
||||||
|
|
||||||
let cmd=" -es -u NONE -c 'source Xscript' +q; echo $?"
|
let cmd=" -es -u NONE -c 'source Xscript' +q; echo $?"
|
||||||
" Need to put this in a script, "catch" isn't found after an unknown
|
" Need to put this in a script, "catch" isn't found after an unknown
|
||||||
" function.
|
" function.
|
||||||
|
@@ -764,6 +764,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 */
|
||||||
|
/**/
|
||||||
|
185,
|
||||||
/**/
|
/**/
|
||||||
184,
|
184,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user