[PATCH] udev - kill %D from udev-test.pl

Kill the two tests with %D.
This commit is contained in:
kay.sievers@vrfy.org 2004-01-19 19:39:28 -08:00 committed by Greg KH
parent e996d97835
commit 7780509143
1 changed files with 0 additions and 18 deletions

View File

@ -261,24 +261,6 @@ EOF
conf => <<EOF
SYSFS_dev="5:1", NAME="foo"
KERNEL="console", NAME="TTY"
EOF
},
{
desc => "devfs disk naming substitution",
subsys => "block",
devpath => "block/sda",
expected => "lun0/disc" ,
conf => <<EOF
BUS="scsi", SYSFS_vendor="IBM-ESXS", NAME="lun0/%D"
EOF
},
{
desc => "devfs disk naming substitution",
subsys => "block",
devpath => "block/sda/sda2",
expected => "lun0/part2" ,
conf => <<EOF
BUS="scsi", SYSFS_vendor="IBM-ESXS", NAME="lun0/%D"
EOF
},
{