mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-20 14:03:39 +03:00
[PATCH] add test for ! in partition name
This commit is contained in:
parent
84df02dd63
commit
0f36e68e8a
1
test/sys/block/cciss!c0d0/cciss!c0d0p1/dev
Normal file
1
test/sys/block/cciss!c0d0/cciss!c0d0p1/dev
Normal file
@ -0,0 +1 @@
|
||||
8:1
|
1
test/sys/block/cciss!c0d0/cciss!c0d0p2/dev
Normal file
1
test/sys/block/cciss!c0d0/cciss!c0d0p2/dev
Normal file
@ -0,0 +1 @@
|
||||
8:2
|
1
test/sys/block/cciss!c0d0/cciss!c0d0p5/dev
Normal file
1
test/sys/block/cciss!c0d0/cciss!c0d0p5/dev
Normal file
@ -0,0 +1 @@
|
||||
8:5
|
1
test/sys/block/cciss!c0d0/dev
Normal file
1
test/sys/block/cciss!c0d0/dev
Normal file
@ -0,0 +1 @@
|
||||
8:0
|
@ -397,6 +397,16 @@ EOF
|
||||
exp_name => "rd/c0d0" ,
|
||||
conf => <<EOF
|
||||
KERNEL="ttyUSB0", NAME="visor"
|
||||
EOF
|
||||
},
|
||||
{
|
||||
desc => "name test with ! in the name for a partition",
|
||||
subsys => "block",
|
||||
devpath => "/block/cciss!c0d0/cciss!c0d0p1",
|
||||
exp_name => "cciss/c0d0p1" ,
|
||||
conf => <<EOF
|
||||
BUS="scsi", NAME="%k"
|
||||
KERNEL="ttyUSB0", NAME="visor"
|
||||
EOF
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user