summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-11-02 10:21:46 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-11-02 10:21:46 +1000
commit04c6439449a81310c436be6ef85ad5edef1c4d59 (patch)
tree038aff8b8d3c9653ede2e426c12e24062ca24466 /test
parentfb467dce8fd3271697b5cc1aec6fdf6a12b865cc (diff)
test: fix the device name for the magic mouse test device
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test')
-rw-r--r--test/litest-device-apple-magicmouse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/litest-device-apple-magicmouse.c b/test/litest-device-apple-magicmouse.c
index f657415a..10852e9e 100644
--- a/test/litest-device-apple-magicmouse.c
+++ b/test/litest-device-apple-magicmouse.c
@@ -100,7 +100,7 @@ static const char udev_rule[] =
"\n"
"LABEL=\"mouse_end\"";
-TEST_DEVICE("litest-magicmouse-device",
+TEST_DEVICE("magicmouse",
.type = LITEST_MAGICMOUSE,
.features = LITEST_RELATIVE | LITEST_BUTTON | LITEST_WHEEL,
.interface = &interface,