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: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64682333bb02d946c179bc729da687f6c85bf9e8;p=systemd [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 9538cba2..97c00949 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 => <