forked from aniani/vim
patch 8.1.1847: suspend test is failing
Problem: Suspend test is failing. Solution: Do not use GetVimCommandClean().
This commit is contained in:
@@ -26,8 +26,8 @@ func Test_suspend()
|
|||||||
" Wait for shell prompt.
|
" Wait for shell prompt.
|
||||||
call WaitForAssert({-> assert_match('[$#] $', term_getline(buf, '.'))})
|
call WaitForAssert({-> assert_match('[$#] $', term_getline(buf, '.'))})
|
||||||
|
|
||||||
call term_sendkeys(buf, GetVimCommandClean()
|
call term_sendkeys(buf, v:progpath
|
||||||
\ . " -X"
|
\ . " --clean -X"
|
||||||
\ . " -c 'set nu'"
|
\ . " -c 'set nu'"
|
||||||
\ . " -c 'call setline(1, \"foo\")'"
|
\ . " -c 'call setline(1, \"foo\")'"
|
||||||
\ . " Xfoo\<CR>")
|
\ . " Xfoo\<CR>")
|
||||||
|
@@ -769,6 +769,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 */
|
||||||
|
/**/
|
||||||
|
1847,
|
||||||
/**/
|
/**/
|
||||||
1846,
|
1846,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user