mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 23:50:45 +01:00
test: fix quirks test for invalid bus type matches
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
19ea63bf23
commit
33ac390aa4
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ START_TEST(quirks_parse_bustype_invalid)
|
|||
struct quirks_context *ctx;
|
||||
const char quirks_file[] =
|
||||
"[Section name]\n"
|
||||
"MatchBustype=venga\n"
|
||||
"MatchBus=venga\n"
|
||||
"ModelAppleTouchpad=1\n";
|
||||
struct data_dir dd = make_data_dir(quirks_file);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue