diff options
author | Franck Bui <fbui@suse.com> | 2021-05-19 14:14:58 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-11-02 16:48:55 +0100 |
commit | be0cc2ce6c947aafadb3f42dba405269f670b31c (patch) | |
tree | 87a84668b959196f7434369af6083defb0de58b7 /test/test-keymap-util/kbd-model-map | |
parent | man: document cryptenroll limitations (diff) | |
download | systemd-be0cc2ce6c947aafadb3f42dba405269f670b31c.tar.xz systemd-be0cc2ce6c947aafadb3f42dba405269f670b31c.zip |
test-keymap-util: always use kbd-model-map we ship
This test makes assumptions on the availability of some mappings contained in
kbd-model-map and therefore strongly relies on the version shipped by
upstream. IOW the test is likely to fail if it's installed on a system with a
more comprehensive kbd-model-map.
This patch makes the upstream kbd-model-map file available via a symlink in
test/testdata/test-keymap-util dir and makes sure that this specific version is
always used by test-keymap-util regardless of whether the test is installed and
run on a different system or directly run (optionally via meson) from the
project working dir.
Diffstat (limited to '')
l--------- | test/test-keymap-util/kbd-model-map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-keymap-util/kbd-model-map b/test/test-keymap-util/kbd-model-map new file mode 120000 index 0000000000..3e7c928b26 --- /dev/null +++ b/test/test-keymap-util/kbd-model-map @@ -0,0 +1 @@ +../../src/locale/kbd-model-map
\ No newline at end of file |