aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-11-12 05:50:05 +0100
committerKay Sievers <kay.sievers@vrfy.org>2008-11-12 05:50:05 +0100
commitbcf44d55762557096fdd627b14415e35f3a4e14d (patch)
tree42279e4645cca8eb9c460bd959bf6907895f410c /test
parent1c8af93aca64033f00d493bad7d505757c1ab414 (diff)
downloadudev-bcf44d55762557096fdd627b14415e35f3a4e14d.tar.gz
string index - split nodes and childs to allow and unlimited number of childs
Diffstat (limited to 'test')
-rwxr-xr-xtest/udev-test.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl
index 95f9af0e..61e91c48 100755
--- a/test/udev-test.pl
+++ b/test/udev-test.pl
@@ -31,6 +31,14 @@ my $udev_rules = "udev-test.rules";
my @tests = (
{
+ desc => "no rules",
+ subsys => "block",
+ devpath => "/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda",
+ exp_name => "sda" ,
+ rules => <<EOF
+EOF
+ },
+ {
desc => "label test of scsi disc (old key names)",
subsys => "block",
devpath => "/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda",