mirror of
https://github.com/systemd/systemd.git
synced 2025-03-21 02:50:18 +03:00
[PATCH] udev - kill %D from udev-test.pl
Kill the two tests with %D.
This commit is contained in:
parent
e996d97835
commit
7780509143
@ -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
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user