summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-11-11 08:55:10 +0900
committerLuca Boccassi <luca.boccassi@gmail.com>2021-11-11 23:49:36 +0000
commit8bc32a5843ba616c8552e25a929e9fd1f2cabd52 (patch)
tree352db4547217f125aeb84f03990f13aeb624f63d
parentdeda69dad784f9c4367533555ff4d7bf6308c0ff (diff)
downloadsystemd-8bc32a5843ba616c8552e25a929e9fd1f2cabd52.tar.gz
test: use kbd-mode-map we ship in one more test case
Follow-up for be0cc2ce6c947aafadb3f42dba405269f670b31c. Fixes https://github.com/systemd/systemd/pull/19670#issuecomment-965817823. (cherry picked from commit a914901d38e01b90e21883b6a2ca1bec21997201)
-rw-r--r--src/locale/test-keymap-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/test-keymap-util.c b/src/locale/test-keymap-util.c
index a5d40af448..f726e8e524 100644
--- a/src/locale/test-keymap-util.c
+++ b/src/locale/test-keymap-util.c
@@ -196,11 +196,11 @@ int main(int argc, char **argv) {
test_find_language_fallback();
test_find_converted_keymap();
- test_find_legacy_keymap();
assert_se(get_testdata_dir("test-keymap-util/kbd-model-map", &map) >= 0);
assert_se(setenv("SYSTEMD_KBD_MODEL_MAP", map, 1) == 0);
+ test_find_legacy_keymap();
test_vconsole_convert_to_x11();
test_x11_convert_to_vconsole();