1
0
forked from aniani/vim

patch 8.0.1744: on some systems /dev/stdout isn't writable

Problem:    On some systems /dev/stdout isn't writable.
Solution:   Skip test if writing is not possible. (James McCoy, closes #2830)
This commit is contained in:
Bram Moolenaar
2018-04-21 20:12:35 +02:00
parent 6d150f783d
commit 9980b37a80
2 changed files with 8 additions and 2 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1744,
/**/
1743,
/**/