aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-05-03 13:43:16 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-05-03 13:44:13 -0400
commited4df85f6bae488d763b5d0eebbf2db9da25551d (patch)
tree8dd66f9603ebbd295c5147818a33aff310b61cbb /src
parentcd16e036d1ca1853853125fe4bc0ce6a8a2b4eb1 (diff)
downloadrneovim-ed4df85f6bae488d763b5d0eebbf2db9da25551d.tar.gz
rneovim-ed4df85f6bae488d763b5d0eebbf2db9da25551d.tar.bz2
rneovim-ed4df85f6bae488d763b5d0eebbf2db9da25551d.zip
vim-patch:8.2.0692: startup test fails on MS-Windows
Problem: Startup test fails on MS-Windows. Solution: Allow for any path. https://github.com/vim/vim/commit/4515bcdec8f3ba54f9d671cc37b9c9b3e19ea999
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/test_startup.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_startup.vim b/src/nvim/testdir/test_startup.vim
index 4741753f31..f03c493275 100644
--- a/src/nvim/testdir/test_startup.vim
+++ b/src/nvim/testdir/test_startup.vim
@@ -271,7 +271,7 @@ func Test_V_arg()
call assert_equal(" verbose=0\n", out)
let out = system(GetVimCommand() . ' --clean -es -X -V2 -c "set verbose?" -cq')
- " call assert_match("sourcing \"$VIMRUNTIME[\\/]defaults\.vim\"\r\nline \\d\\+: sourcing \"[\\./]*runtime[\\/]filetype\.vim\".*\n", out)
+ " call assert_match("sourcing \"$VIMRUNTIME[\\/]defaults\.vim\"\r\nline \\d\\+: sourcing \"[^\"]*runtime[\\/]filetype\.vim\".*\n", out)
call assert_match(" verbose=2\n", out)
let out = system(GetVimCommand() . ' --clean -es -X -V15 -c "set verbose?" -cq')