mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-03-06 04:20:29 +07:00
[PATCH] add a test for a minor over 255
This commit is contained in:
parent
7ddb6f47d7
commit
a5e8d2b4a3
1
test/sys/class/i2c-dev/i2c-300/dev
Normal file
1
test/sys/class/i2c-dev/i2c-300/dev
Normal file
@ -0,0 +1 @@
|
||||
89:300
|
1
test/sys/class/i2c-dev/i2c-300/name
Normal file
1
test/sys/class/i2c-dev/i2c-300/name
Normal file
@ -0,0 +1 @@
|
||||
foo dev
|
@ -542,6 +542,16 @@ EOF
|
||||
exp_majorminor => "8:0",
|
||||
conf => <<EOF
|
||||
BUS="scsi", KERNEL="sda", NAME="node"
|
||||
EOF
|
||||
},
|
||||
{
|
||||
desc => "big minor number test",
|
||||
subsys => "i2c-dev",
|
||||
devpath => "class/i2c-dev/i2c-300",
|
||||
exp_name => "node",
|
||||
exp_majorminor => "89:300",
|
||||
conf => <<EOF
|
||||
KERNEL="i2c-300", NAME="node"
|
||||
EOF
|
||||
},
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user