summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-01-22 08:18:13 +1000
committerRan Benita <ran@unusedvar.com>2021-01-23 18:57:23 +0200
commit069777f47fbb0393f88e114f101be60504dd367c (patch)
tree4942800651e859c5d70cb89580349c769e467c88 /test
parentd5e3695ea29dc822d990121ebbf06bffb8a3247d (diff)
downloadxorg-lib-libxkbcommon-069777f47fbb0393f88e114f101be60504dd367c.tar.gz
test: fix interactive evdev test invocation
rmlvos is the parent list which then fails during a list join because, well, it's a list of lists. Fixes #206 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test')
-rwxr-xr-xtest/tool-option-parsing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tool-option-parsing.py b/test/tool-option-parsing.py
index 9b7d008..4fc4490 100755
--- a/test/tool-option-parsing.py
+++ b/test/tool-option-parsing.py
@@ -261,7 +261,7 @@ class TestXkbcli(unittest.TestCase):
def test_interactive_evdev_rmlvo(self):
for rmlvo in rmlvos:
with self.subTest(rmlvo=rmlvo):
- self.xkbcli_interactive_evdev.run_command_success(rmlvos)
+ self.xkbcli_interactive_evdev.run_command_success(rmlvo)
def test_interactive_evdev(self):
# Note: --enable-compose fails if $prefix doesn't have the compose tables