test: rename the identifier in the 50-litest.conf

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-07-15 09:36:30 +10:00
parent 0ccf43600c
commit c64d148372
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Ignore devices created by libinput's test suite (litest)
Section "InputClass"
Identifier "libinput test suite blacklist"
Identifier "Ignore libinput test suite devices"
MatchProduct "litest"
Option "Ignore" "on"
EndSection

View file

@ -76,7 +76,7 @@ devices created by this test suite:
.RS 4
.nf
.B "Section ""InputClass""
.B " Identifier ""libinput test suite blacklist""
.B " Identifier ""Ignore libinput test suite devices""
.B " MatchProduct ""litest""
.B " Option ""Ignore"" ""on""
.B "EndSection"