From c64d14837217153d7d41b1870f52fdfc521393f8 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 15 Jul 2020 09:36:30 +1000 Subject: [PATCH] test: rename the identifier in the 50-litest.conf Signed-off-by: Peter Hutterer --- test/50-litest.conf | 2 +- test/libinput-test-suite.man | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"