From: greg@kroah.com Date: Thu, 25 Dec 2003 08:33:56 +0000 (-0800) Subject: [PATCH] add tests for LABEL rule with a device that has no bus. X-Git-Tag: 011~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=64682333bb02d946c179bc729da687f6c85bf9e8;p=elogind.git [PATCH] add tests for LABEL rule with a device that has no bus. --- diff --git a/test/udev-test.pl b/test/udev-test.pl index 9538cba2d..97c009492 100644 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -231,6 +231,27 @@ EOF expected => "foo" , conf => < "invalid label for device with no bus", + subsys => "tty", + devpath => "class/tty/console", + expected => "TTY" , + conf => < "valid label for device with no bus", + subsys => "tty", + devpath => "class/tty/console", + expected => "foo" , + conf => <