commit | 328604307ba26e3182eb0b096e820f9cd346c2dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 19:24:23 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 19:24:23 2016 +0200 |
tree | 20d80f89d0bc6456a58a432f52bab90ebfd6f6f5 | |
parent | 83b3c3d8a0fa1afed06c13163b9f72c0925f2a61 [diff] [blame] |
patch 7.4.2166 Problem: Small build can't run startup test. Solution: Skip the test.
diff --git a/src/testdir/test_startup.vim b/src/testdir/test_startup.vim index da6a3f6..047bc34 100644 --- a/src/testdir/test_startup.vim +++ b/src/testdir/test_startup.vim
@@ -15,6 +15,9 @@ " 2. packages " 3. plugins in after directories func Test_after_comes_later() + if !has('packages') + return + endif let before = [ \ 'let $HOME = "/does/not/exist"', \ 'set loadplugins',