From: Peter Hutterer Date: Tue, 14 Jul 2020 23:36:30 +0000 (+1000) Subject: test: rename the identifier in the 50-litest.conf X-Git-Tag: 1.15.901~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c64d14837217153d7d41b1870f52fdfc521393f8;p=platform%2Fupstream%2Flibinput.git test: rename the identifier in the 50-litest.conf Signed-off-by: Peter Hutterer --- 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"