]> git.eshelyaron.com Git - emacs.git/commit
Fix fns-tests-collate-strings failure with musl
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 27 Feb 2025 18:57:19 +0000 (10:57 -0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 20:50:59 +0000 (21:50 +0100)
commitd901a593323f3401b01aae348c4c3b748ca92e36
tree89dadd9859c36c722a0ddc53dddafbd56c24a61e
parentb71b973a0f1d06e0eca50c8b90066e90f22dacd5
Fix fns-tests-collate-strings failure with musl

* test/src/fns-tests.el (fns-tests-collate-strings):
Don’t assume "en_XY.UTF-8", or any particular string,
is an invalid locale, as they all seem to be valid in musl.
Instead, simply test that a non-string is invalid.
(Bug#76550)

(cherry picked from commit 62b3d3136fae8830d63f69143b09e99b5173c537)
test/src/fns-tests.el