[PATCH] add test for ! in partition name

This commit is contained in:
greg@kroah.com 2004-06-04 22:01:53 -07:00 committed by Greg KH
parent 84df02dd63
commit 0f36e68e8a
5 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1 @@
8:1

View file

@ -0,0 +1 @@
8:2

View file

@ -0,0 +1 @@
8:5

View file

@ -0,0 +1 @@
8:0

View file

@ -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
},
{