mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 15:00:05 +01:00
test: add missing linebreak to error message
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
bb4f90de0b
commit
eb8cfa301a
1 changed files with 1 additions and 1 deletions
|
|
@ -2618,7 +2618,7 @@ litest_create_uinput(const char *name,
|
|||
http://cgit.freedesktop.org/libevdev/commit/?id=debe9b030c8069cdf78307888ef3b65830b25122 */
|
||||
if (rc == -EBADF)
|
||||
rc = -EACCES;
|
||||
litest_assert_msg(rc == 0, "Failed to create uinput device: %s", strerror(-rc));
|
||||
litest_assert_msg(rc == 0, "Failed to create uinput device: %s\n", strerror(-rc));
|
||||
|
||||
libevdev_free(dev);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue