From 43b9d0924889e326c6c738f2fac1296bf0b56a31 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 1 Jul 2020 07:58:35 +1000 Subject: [PATCH] test: fix the xkeyboard-config test for the prefixed tool name Regression introduced in 362130debb5d90d77f0d4f7549880b5f9699f647 Signed-off-by: Peter Hutterer --- test/xkeyboard-config-test.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.7.4