comparison src/testdir/test_mksession.vim @ 15599:9da8ae285a02 v8.1.0807

patch 8.1.0807: session test fails on MS-Windows commit https://github.com/vim/vim/commit/9e79ccbe9ce6fce18939c7ac2e5ad059a3bd1951 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 24 15:57:30 2019 +0100 patch 8.1.0807: session test fails on MS-Windows Problem: Session test fails on MS-Windows. Solution: Don't try creating file with illegal name.
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Jan 2019 16:00:08 +0100
parents 3a2bf24d2655
children 90f01701ecad
comparison
equal deleted inserted replaced
15598:836c2c11c43d 15599:9da8ae285a02
425 call assert_equal('', v:errmsg) 425 call assert_equal('', v:errmsg)
426 call delete('Xtest_mks.out') 426 call delete('Xtest_mks.out')
427 endfunc 427 endfunc
428 428
429 func Test_mksession_quote_in_filename() 429 func Test_mksession_quote_in_filename()
430 if !has('unix')
431 " only Unix can handle this weird filename
432 return
433 endif
430 let v:errmsg = '' 434 let v:errmsg = ''
431 %bwipe! 435 %bwipe!
432 split another 436 split another
433 split x'y\"z 437 split x'y\"z
434 mksession! Xtest_mks_quoted.out 438 mksession! Xtest_mks_quoted.out