diff --git a/test/50-litest.conf b/test/50-litest.conf index 76579d77..8eeb315e 100644 --- a/test/50-litest.conf +++ b/test/50-litest.conf @@ -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 diff --git a/test/libinput-test-suite.man b/test/libinput-test-suite.man index 906dfe63..112aae06 100644 --- a/test/libinput-test-suite.man +++ b/test/libinput-test-suite.man @@ -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"