test: ignore the real XDG_CONFIG_HOME during tests
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 27 Jul 2020 01:26:51 +0000 (11:26 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 27 Jul 2020 09:26:46 +0000 (19:26 +1000)
commit03ecaa6b5337a4a34467202c04523c9f5334dbf3
treed8552444b5e692625628f80af9744a408bcdc3cd
parentfcc6b28f5fdf582b48124fbd9190e78fab496839
test: ignore the real XDG_CONFIG_HOME during tests

Let's not have our tests fail if the user has an incompatible
$XDG_CONFIG_HOME/xkb directory.

libxkbcommon has fallbacks when XDG_CONFIG_HOME isn't set so we need to override
this with a real directory instead of just unsetting it.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/tool-option-parsing.py