projects
/
platform
/
upstream
/
libxkbcommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6df60d
)
test: fix the xkbcli --version test
author
Peter Hutterer
<peter.hutterer@who-t.net>
Sun, 6 Sep 2020 22:22:32 +0000
(08:22 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Mon, 7 Sep 2020 01:15:08 +0000
(11:15 +1000)
Fixes https://github.com/xkbcommon/libxkbcommon/issues/185
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/tool-option-parsing.py
patch
|
blob
|
history
diff --git
a/test/tool-option-parsing.py
b/test/tool-option-parsing.py
index de638d1a8886a91f0a6632816b0bd32e4c0437eb..367e799a9d535cd588a07e86dee58d5e83d09255 100755
(executable)
--- a/
test/tool-option-parsing.py
+++ b/
test/tool-option-parsing.py
@@
-170,7
+170,7
@@
def test_invalid_option(tool):
# xkbcli --version
def test_xkbcli_version(xkbcli):
stdout, stderr = xkbcli.run_command_success(['--version'])
- assert stdout.startswith('
0
')
+ assert stdout.startswith('
1
')
assert stderr == ''