]> git.eshelyaron.com Git - emacs.git/commit
Fix failure of fns-tests-collate-strings on Cygwin
authorKen Brown <kbrown@cornell.edu>
Fri, 24 Mar 2023 15:35:40 +0000 (11:35 -0400)
committerKen Brown <kbrown@cornell.edu>
Sat, 25 Mar 2023 14:21:20 +0000 (10:21 -0400)
commit64a2b0d36fe9152641fe2017d36d5fc4ee2b7fc6
tree83f70f7d57a7a647267bda8dd0c4dc9e67123664
parent90fc6b987ad8f6531834906749be4d159fc1184f
Fix failure of fns-tests-collate-strings on Cygwin

* test/src/fns-tests.el (fns-tests-collate-strings): Use
en_XY.UTF-8 instead of en_DE.UTF-8 as an example of an invalid
locale; en_DE.UTF-8 is actually a valid locale on Cygwin.
Note: The test will still fail on Cygwin releases < 3.5
because of a Cygwin bug.  (Bug#62420)
test/src/fns-tests.el