]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1947: Bash Expansion test fails on Windows/MacOS v9.0.1947
authorKen Takata <kentkt@csc.jp>
Thu, 28 Sep 2023 19:59:58 +0000 (21:59 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 28 Sep 2023 19:59:58 +0000 (21:59 +0200)
commit03ca4002c1dcd34c4b17fe4a491b02d77ec2c887
tree4a0639bfc3190a2ff40cae987b2b9921a91fb8cd
parente845b38dab2e79c1e5d54dc492a43e43156a1eaa
patch 9.0.1947: Bash Expansion test fails on Windows/MacOS

Problem:  Bash Expansion test fails on Windows/MacOS
Solution: Disable Test_glob_extended_bash for now

This test doesn't work on Windows even if bash can be executed, since
the globstar functionality has only been enabled in Unix builds of Vim
(Commit 9eb1ce531527a7177d16373b0f8689bbcd3d5f73, patch 9.0.1946).

closes: #13205

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Ken Takata <kentkt@csc.jp>
src/testdir/test_functions.vim
src/version.c