diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2022-11-07 06:18:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-07 06:18:16 +0800 |
| commit | 08d53633d41063f2d14ea7713edc70620ce1fcc4 (patch) | |
| tree | 0d1388abf2b3885805d29f3e619a051c187fae3c /src/nvim/testdir/check.vim | |
| parent | 16eed6e7663afccfe36fd8c0301927fd1858c5c8 (diff) | |
| parent | 8c454776f8a1d030b326347e1dd2d4e1fd6d7f7f (diff) | |
| download | rneovim-08d53633d41063f2d14ea7713edc70620ce1fcc4.tar.gz rneovim-08d53633d41063f2d14ea7713edc70620ce1fcc4.tar.bz2 rneovim-08d53633d41063f2d14ea7713edc70620ce1fcc4.zip | |
Merge pull request #20968 from zeertzjq/vim-8.2.2570
vim-patch:8.2.{2570,2623,2627,4495}: tests fail when run as root
Diffstat (limited to 'src/nvim/testdir/check.vim')
| -rw-r--r-- | src/nvim/testdir/check.vim | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/nvim/testdir/check.vim b/src/nvim/testdir/check.vim index 1459b70243..8a1080a2f3 100644 --- a/src/nvim/testdir/check.vim +++ b/src/nvim/testdir/check.vim @@ -90,15 +90,6 @@ func CheckUnix() endif endfunc -" Command to check for not running on a BSD system. -" TODO: using this checks should not be needed -command CheckNotBSD call CheckNotBSD() -func CheckNotBSD() - if has('bsd') - throw 'Skipped: does not work on BSD' - endif -endfunc - " Command to check that making screendumps is supported. " Caller must source screendump.vim command CheckScreendump call CheckScreendump() |