]> granicus.if.org Git - vim/commitdiff
patch 8.1.0780: terminal test fails on Mac v8.1.0780
authorBram Moolenaar <Bram@vim.org>
Sat, 19 Jan 2019 17:20:45 +0000 (18:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Jan 2019 17:20:45 +0000 (18:20 +0100)
Problem:    Terminal test fails on Mac.
Solution:   Skip the test on Mac.

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

index 0e0c76c02ca2bca381ed4188c0b890ea5cbc304c..f78d66ca2c4e7c8700b67dfd9a86dca1d0297935 100644 (file)
@@ -643,8 +643,9 @@ func Test_terminal_write_stdin()
 endfunc
 
 func Test_terminal_no_cmd()
+  " Does not work on Mac.
   " Todo: make this work on Win32 again
-  if has('win32')
+  if has('mac') || has('win32')
     return
   endif
   let buf = term_start('NONE', {})
index f6f3b3a2840773a348db68847822129d7af6903c..946a6a2df8efb61601a8ea19a3c712010908bb4b 100644 (file)
@@ -791,6 +791,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    780,
 /**/
     779,
 /**/