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) # Ignore devices created by libinput's test suite (litest)
Section "InputClass" Section "InputClass"
Identifier "libinput test suite blacklist" Identifier "Ignore libinput test suite devices"
MatchProduct "litest" MatchProduct "litest"
Option "Ignore" "on" Option "Ignore" "on"
EndSection EndSection

View file

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