Commit 43b9d0924889e326c6c738f2fac1296bf0b56a31

Peter Hutterer 2020-07-01T07:58:35

test: fix the xkeyboard-config test for the prefixed tool name Regression introduced in 362130debb5d90d77f0d4f7549880b5f9699f647 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/xkeyboard-config-test.py.in b/test/xkeyboard-config-test.py.in
index 816cbd0..935511f 100755
--- a/test/xkeyboard-config-test.py.in
+++ b/test/xkeyboard-config-test.py.in
@@ -41,7 +41,7 @@ def xkbcommontool(rmlvo):
         v = rmlvo.get('v', None)
         o = rmlvo.get('o', None)
         args = [
-            'rmlvo-to-keymap',
+            'xkbcommon-rmlvo-to-keymap',
             '--rules', r,
             '--model', m,
             '--layout', l,