From: Peter Hutterer Date: Tue, 30 Jun 2020 21:58:35 +0000 (+1000) Subject: test: fix the xkeyboard-config test for the prefixed tool name X-Git-Tag: xkbcommon-1.0.0~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43b9d0924889e326c6c738f2fac1296bf0b56a31;p=platform%2Fupstream%2Flibxkbcommon.git test: fix the xkeyboard-config test for the prefixed tool name Regression introduced in 362130debb5d90d77f0d4f7549880b5f9699f647 Signed-off-by: Peter Hutterer --- 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,