]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2051: tests: fix Test_cd_completion fails in Appveyor v9.1.2051
authorMuraoka Taro <koron.kaoriya@gmail.com>
Mon, 5 Jan 2026 08:13:18 +0000 (08:13 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 5 Jan 2026 08:13:18 +0000 (08:13 +0000)
commit679c2c01faab2b2106ecd7c1038efa031158b93b
treee85c0310a30fbbd0286a0ec5548625231b1832c1
parent6625ba359e33f8223d146f3ae87a880c446b5470
patch 9.1.2051: tests: fix Test_cd_completion fails in Appveyor

Problem:  Test_cd_completion test fails in Appveyor. In Appveyor, a path
          containing spaces was selected as the test target. But the
          comparison failed because spaces were not taken into account
          (after v9.1.2050)
Solution: Escape spaces in paths for comparison (Muraoka Taro)

closes: #19087

Signed-off-by: Muraoka Taro <koron.kaoriya@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_cd.vim
src/version.c