]> granicus.if.org Git - vim/commitdiff
patch 8.1.0778: terminal test fails on MS-Windows v8.1.0778
authorBram Moolenaar <Bram@vim.org>
Sat, 19 Jan 2019 14:27:08 +0000 (15:27 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Jan 2019 14:27:08 +0000 (15:27 +0100)
Problem:    Terminal test fails on MS-Windows.
Solution:   Temporarily skip the test on MS-Windows.  Do run it both in
            terminal and GUI on other systems.

src/testdir/test_terminal.vim
src/version.c

index b2690aed0ab725fc615f22b26b4be0a6db9871e0..0e0c76c02ca2bca381ed4188c0b890ea5cbc304c 100644 (file)
@@ -643,8 +643,8 @@ func Test_terminal_write_stdin()
 endfunc
 
 func Test_terminal_no_cmd()
-  " Todo: make this work in the GUI
-  if !has('gui_running')
+  " Todo: make this work on Win32 again
+  if has('win32')
     return
   endif
   let buf = term_start('NONE', {})
index a83bad6e1d531212948966e187fe01e51117ce33..3a1369ce21fb06f43a57f0c5b43e6e4b20ad669c 100644 (file)
@@ -791,6 +791,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    778,
 /**/
     777,
 /**/