[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

View file

@ -261,24 +261,6 @@ EOF
conf => <<EOF conf => <<EOF
SYSFS_dev="5:1", NAME="foo" SYSFS_dev="5:1", NAME="foo"
KERNEL="console", NAME="TTY" 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 EOF
}, },
{ {