diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-24 19:16:52 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-24 19:16:52 +0200 |
| commit | c9bd338be37a53269b922b774ac42e6e4144b2b4 (patch) | |
| tree | c3b1251c3c49911c2dd4e3b96ac4afb9a980aa49 | |
| parent | c9e15b281b9ce9b2ebe4ae4623b0e6a2e3357bfd (diff) | |
make a test fail that should fail
| -rw-r--r-- | test/wx/i18n_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wx/i18n_test.cc b/test/wx/i18n_test.cc index 8527e63c2..a15f76ce4 100644 --- a/test/wx/i18n_test.cc +++ b/test/wx/i18n_test.cc @@ -119,7 +119,7 @@ BOOST_AUTO_TEST_CASE(i18n_test_de_de) /* SSHing in brings the client's LANG and LC_*, so reset those here */ putenv(strdup("LANG=de_DE.UTF-8")); - putenv(strdup("LC_NUMERIC=de_DE.UTF-8")); + putenv(strdup("LC_NUMERIC=")); /* German language, German numbers */ dcpomatic_setup_i18n(); |
