summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-03-30 12:09:06 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-03-30 12:09:06 +1000
commit402be40ba99f3b5e018f027a51e8956a2e0b33a7 (patch)
tree227d508b8f082ef6a134e5601affc4805c17ff75 /test
parentb4bb28caeb76b76ef00d0fc142f4d5a1ce9b7e59 (diff)
test: fix udev rule for click count device
Assigned click counts to other, unrelated devices Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test')
-rw-r--r--test/litest-device-mouse-wheel-click-count.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/litest-device-mouse-wheel-click-count.c b/test/litest-device-mouse-wheel-click-count.c
index 1e67594..cd5e103 100644
--- a/test/litest-device-mouse-wheel-click-count.c
+++ b/test/litest-device-mouse-wheel-click-count.c
@@ -53,9 +53,9 @@ static const char udev_rule[] =
"KERNEL!=\"event*\", GOTO=\"wheel_click_count_end\"\n"
"\n"
"ATTRS{name}==\"litest Wheel Click Count Mouse*\",\\\n"
-" ENV{MOUSE_WHEEL_CLICK_ANGLE}=\"-15\",\n"
-" ENV{MOUSE_WHEEL_CLICK_ANGLE_HORIZONTAL}=\"13\",\n\\"
-" ENV{MOUSE_WHEEL_CLICK_COUNT}=\"-14\",\n"
+" ENV{MOUSE_WHEEL_CLICK_ANGLE}=\"-15\",\\\n"
+" ENV{MOUSE_WHEEL_CLICK_ANGLE_HORIZONTAL}=\"13\",\\\n"
+" ENV{MOUSE_WHEEL_CLICK_COUNT}=\"-14\",\\\n"
" ENV{MOUSE_WHEEL_CLICK_COUNT_HORIZONTAL}=\"27\"\\\n"
"\n"
"LABEL=\"wheel_click_count_end\"";