]> granicus.if.org Git - vim/commitdiff
patch 8.0.1339: no test for what 8.0.1335 fixes v8.0.1339
authorBram Moolenaar <Bram@vim.org>
Sat, 25 Nov 2017 16:24:09 +0000 (17:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 25 Nov 2017 16:24:09 +0000 (17:24 +0100)
Problem:    No test for what 8.0.1335 fixes.
Solution:   Add a test. (Yasuhiro Matsumoto, closes #2373)

src/testdir/test_writefile.vim
src/version.c

index 9703323b07939a8eab7b8e944dabef7bb6aee2a7..b8e0001f71d9cef945182f20a546fa509fe6bcf5 100644 (file)
@@ -100,3 +100,11 @@ func Test_writefile_sync_arg()
   call writefile(['two'], 'Xtest', 'S')
   call delete('Xtest')
 endfunc
+
+func Test_writefile_sync_dev_stdout()
+  if !has('unix')
+    return
+  endif
+  " Just check that this doesn't cause an error.
+  call writefile(['one'], '/dev/stdout')
+endfunc
index 8cce0789986fc89122620c82be683a86bb8015f8..32c83c8e1ddade6f9dcaf0cbd12b0a53e8024bcc 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1339,
 /**/
     1338,
 /**/