Skip to content

Commit

Permalink
test: fix quirks test for invalid bus type matches
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  • Loading branch information
whot committed Aug 13, 2018
1 parent 19ea63b commit 33ac390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-quirks.c
Expand Up @@ -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);

Expand Down

0 comments on commit 33ac390

Please sign in to comment.