To: vim_dev@googlegroups.com Subject: Patch 8.1.0884 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.0884 Problem: Double check for bsd systems. Solution: Delete the old line. Files: src/testdir/test_functions.vim *** ../vim-8.1.0883/src/testdir/test_functions.vim 2019-02-07 21:27:10.998137488 +0100 --- src/testdir/test_functions.vim 2019-02-08 23:08:03.245680706 +0100 *************** *** 1237,1243 **** 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\+\)\@