]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.1.1847: suspend test is failing v8.1.1847
authorBram Moolenaar <Bram@vim.org>
Thu, 15 Aug 2019 09:21:15 +0000 (11:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 15 Aug 2019 09:21:15 +0000 (11:21 +0200)
Problem:    Suspend test is failing.
Solution:   Do not use GetVimCommandClean().

src/testdir/test_suspend.vim
src/version.c

index bf88bd4453d581acbabefb67a798d0f417a1c18d..4b3bd5eadf525fef1a6e26aebd26c263b613cb37 100644 (file)
@@ -26,8 +26,8 @@ func Test_suspend()
   " Wait for shell prompt.
   call WaitForAssert({-> assert_match('[$#] $', term_getline(buf, '.'))})
 
-  call term_sendkeys(buf, GetVimCommandClean()
-        \               . " -X"
+  call term_sendkeys(buf, v:progpath
+        \               . " --clean -X"
         \               . " -c 'set nu'"
         \               . " -c 'call setline(1, \"foo\")'"
         \               . " Xfoo\<CR>")
index 53982c58bd652433509f892c17948ebbffafbab6..b8a84ac9d8599b1b55d608d76e0910272a279ed1 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1847,
 /**/
     1846,
 /**/