diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-11-12 05:50:05 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-11-12 05:50:05 +0100 |
commit | bcf44d55762557096fdd627b14415e35f3a4e14d (patch) | |
tree | 42279e4645cca8eb9c460bd959bf6907895f410c /test | |
parent | 1c8af93aca64033f00d493bad7d505757c1ab414 (diff) |
string index - split nodes and childs to allow and unlimited number of childs
Diffstat (limited to 'test')
-rwxr-xr-x | test/udev-test.pl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index 95f9af0e2b..61e91c48b6 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", |