From 00ceff3245493c0b8e3112d8573a6d91af23a3e2 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 6 Jul 2016 12:34:50 +1000 Subject: [PATCH] test: just use litest_add_device if we don't have overrides Signed-off-by: Peter Hutterer --- test/tablet.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/test/tablet.c b/test/tablet.c index 04eb3078..00435fa1 100644 --- a/test/tablet.c +++ b/test/tablet.c @@ -2078,12 +2078,7 @@ START_TEST(tools_with_serials) int i; for (i = 0; i < 2; i++) { - dev[i] = litest_add_device_with_overrides(li, - LITEST_WACOM_INTUOS, - NULL, - NULL, - NULL, - NULL); + dev[i] = litest_add_device(li, LITEST_WACOM_INTUOS); litest_drain_events(li); /* WARNING: this test fails if UI_GET_SYSNAME isn't