comparison src/testdir/test_mksession.vim @ 15617:c91618229f99 v8.1.0816

patch 8.1.0816: test for 'runtimepath' in session fails on MS-Windows commit https://github.com/vim/vim/commit/681b6bc86c8f60473854c0141935c07494528884 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 24 22:23:58 2019 +0100 patch 8.1.0816: test for 'runtimepath' in session fails on MS-Windows Problem: Test for 'runtimepath' in session fails on MS-Windows. Solution: Skip the test for now.
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Jan 2019 22:30:05 +0100
parents 90f01701ecad
children dc2bfda59f95
comparison
equal deleted inserted replaced
15616:a58f219678ca 15617:c91618229f99
125 source Xtest_mks_winheight.out 125 source Xtest_mks_winheight.out
126 call delete('Xtest_mks_winheight.out') 126 call delete('Xtest_mks_winheight.out')
127 endfunc 127 endfunc
128 128
129 func Test_mksession_rtp() 129 func Test_mksession_rtp()
130 if has('win32')
131 " TODO: fix problem with backslashes
132 return
133 endif
130 new 134 new
131 let _rtp=&rtp 135 let _rtp=&rtp
132 " Make a real long (invalid) runtimepath value, 136 " Make a real long (invalid) runtimepath value,
133 " that should exceed PATH_MAX (hopefully) 137 " that should exceed PATH_MAX (hopefully)
134 let newrtp=&rtp.',~'.repeat('/foobar', 1000) 138 let newrtp=&rtp.',~'.repeat('/foobar', 1000)