diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-24 22:23:58 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-24 22:23:58 +0100 |
commit | 681b6bc86c8f60473854c0141935c07494528884 (patch) | |
tree | 9621a53c031bc373a80e2954ea9d50860e5b25d8 /src/testdir/test_mksession.vim | |
parent | 5e66b42aae7c67a3ef67617d4bd43052ac2b73ce (diff) | |
download | vim-git-681b6bc86c8f60473854c0141935c07494528884.tar.gz |
patch 8.1.0816: test for 'runtimepath' in session fails on MS-Windowsv8.1.0816
Problem: Test for 'runtimepath' in session fails on MS-Windows.
Solution: Skip the test for now.
Diffstat (limited to 'src/testdir/test_mksession.vim')
-rw-r--r-- | src/testdir/test_mksession.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testdir/test_mksession.vim b/src/testdir/test_mksession.vim index 6797ad9ca..3698976ca 100644 --- a/src/testdir/test_mksession.vim +++ b/src/testdir/test_mksession.vim @@ -127,6 +127,10 @@ func Test_mksession_large_winheight() endfunc func Test_mksession_rtp() + if has('win32') + " TODO: fix problem with backslashes + return + endif new let _rtp=&rtp " Make a real long (invalid) runtimepath value, |