test: xkeyboard-config: use universal_newlines instead of decode
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 31 Oct 2019 23:54:29 +0000 (09:54 +1000)
committerRan Benita <ran234@gmail.com>
Fri, 1 Nov 2019 08:24:03 +0000 (10:24 +0200)
commitf4a0f7388275ef949af635cb1c6877e2083388b2
tree17c38fd31d1a4b8cca8b3c1fc49882dd48899b86
parent7832cc727c2c6a9f4e533aa999d9901d629b6187
test: xkeyboard-config: use universal_newlines instead of decode

This way stdin/stdout of the process are opened in text mode and we don't need
manually decode.

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