]> granicus.if.org Git - vim/commitdiff
patch 8.1.0884: double check for bsd systems v8.1.0884
authorBram Moolenaar <Bram@vim.org>
Fri, 8 Feb 2019 22:09:48 +0000 (23:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 8 Feb 2019 22:09:48 +0000 (23:09 +0100)
Problem:    Double check for bsd systems.
Solution:   Delete the old line.

src/testdir/test_functions.vim
src/version.c

index e75a8965a03ee8d07b338eb4420f7b41d332ea69..69e6ce0f8f82b9195d46a25601db27488cb4d8d3 100644 (file)
@@ -1237,7 +1237,6 @@ func Test_platform_name()
   if has('unix') && executable('uname')
     let uname = system('uname')
     call assert_equal(uname =~? 'BeOS', has('beos'))
-    call assert_equal(uname =~? 'BSD\|DragonFly', has('bsd'))
     " GNU userland on BSD kernels (e.g., GNU/kFreeBSD) don't have BSD defined
     call assert_equal(uname =~? '\%(GNU/k\w\+\)\@<!BSD\|DragonFly', has('bsd'))
     call assert_equal(uname =~? 'HP-UX', has('hpux'))
index bf1e466964d04ac0e378028597c96a492f90620e..b08bd822848f523b7284c056782886f0e4a22792 100644 (file)
@@ -783,6 +783,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    884,
 /**/
     883,
 /**/