test97 fails on Mac OS X:
6,8c6,8
< 'sautest/autoload/footest.vim
< sautest/autoload/Test104.vim'
< ['sautest/autoload/footest.vim', 'sautest/autoload/Test104.vim']
---
> 'sautest/autoload/Test104.vim
> sautest/autoload/footest.vim'
> ['sautest/autoload/Test104.vim', 'sautest/autoload/footest.vim']
i.e., filenames are sorted case-insensitively. This is due to
that the option fileignorecase is ON by default on Mac.
diff -r 24d8ac7d92fc src/testdir/test97.in
--- a/src/testdir/test97.in Wed May 07 21:14:47 2014 +0200
+++ b/src/testdir/test97.in Thu May 08 15:59:54 2014 +0900
@@ -4,6 +4,7 @@
STARTTEST
:so small.vim
:set shell=doesnotexist
+:set nofileignorecase
:e test.out
:$put =glob('Xxx\{')
:$put =glob('Xxx\$')
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.