test: fix the xkeyboard-config test
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 28 Jul 2020 22:13:14 +0000 (08:13 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 28 Jul 2020 22:33:26 +0000 (08:33 +1000)
commit9b9c5f209433a38c1c2719efa67064503461a722
treebedb6121fa8dee690b5d8ad37eb6472a81d0e24e
parent03ecaa6b5337a4a34467202c04523c9f5334dbf3
test: fix the xkeyboard-config test

'xkbcli compile-keymap' doesn't work unless we ninja install first. But for a
test that's to be run from the test directory, that's not a useful option so
let's call the binary directly. The script adds the meson builddir to the PATH
anyway.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/xkeyboard-config-test.py.in