1
0
forked from aniani/vim

patch 8.1.0884: double check for bsd systems

Problem:    Double check for bsd systems.
Solution:   Delete the old line.
This commit is contained in:
Bram Moolenaar
2019-02-08 23:09:48 +01:00
parent 54d6fe5e60
commit af630d4f7f
2 changed files with 2 additions and 1 deletions

View File

@@ -1237,7 +1237,6 @@ func Test_platform_name()
if has('unix') && executable('uname') if has('unix') && executable('uname')
let uname = system('uname') let uname = system('uname')
call assert_equal(uname =~? 'BeOS', has('beos')) 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 " 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 =~? '\%(GNU/k\w\+\)\@<!BSD\|DragonFly', has('bsd'))
call assert_equal(uname =~? 'HP-UX', has('hpux')) call assert_equal(uname =~? 'HP-UX', has('hpux'))

View File

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