diff options
-rw-r--r-- | test/old/testdir/test_functions.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/old/testdir/test_functions.vim b/test/old/testdir/test_functions.vim index f3636f93dd..7b20f47f7a 100644 --- a/test/old/testdir/test_functions.vim +++ b/test/old/testdir/test_functions.vim @@ -3284,6 +3284,9 @@ endfunc " Test for glob() with shell special patterns func Test_glob_extended_bash() CheckExecutable bash + CheckNotMSWindows + CheckNotMac " The default version of bash is old on macOS. + let _shell = &shell set shell=bash |