tests: avoid a false failure on OS X 10.5.8
commit04148c99c514d9adea1e3cd831d5451f957f1074
authorPádraig Brady <P@draigBrady.com>
Sat, 11 Mar 2017 18:44:46 +0000 (11 10:44 -0800)
committerPádraig Brady <P@draigBrady.com>
Sat, 11 Mar 2017 18:48:10 +0000 (11 10:48 -0800)
tree3ff01df79131fe48a29f75a33b468a1fb2c031d4
parente3c51a3357cf9486040e94ee404d26af8ba7276a
tests: avoid a false failure on OS X 10.5.8

* tests/misc/sort-debug-keys.sh: Disparate LC_CTYPE and LC_MESSAGES
are not supported, with the result LC_MESSAGES=C is used throughout.
Therefore just set LC_ALL in the test, and normalize the message
variants with sed.
Reported and tested by J Rogowsky.
tests/misc/sort-debug-keys.sh