tests: properly set locale to C
authorRyan Lortie <desrt@desrt.ca>
Thu, 12 Sep 2013 18:22:56 +0000 (14:22 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 12 Sep 2013 18:40:24 +0000 (14:40 -0400)
commitac8b7ba9250a55f0fe8fcad16cb6e9e4f60c6946
tree59476a2e1334ab4831ca29301813ebb22e9adef7
parent8ab1b58ffd75314ceb8d67af12935a7cccc12904
tests: properly set locale to C

We're testing for particular error messages, so we need to set to a C
locale to make sure we get the untranslated version.

Previously, this test set the LANG environment variable, but that's not
good enough if LANGUAGE is also set.  The only way to ensure that
LANGUAGE is ignored is to disable l10n with LC_ALL=C.
glib/tests/markup-parse.c