[PATCH] udev-test.pl add subdir test

03-udev-test.pl-add-subdir-test.diff
  o duplicate existing test and change it to explicitely test the subdir handling
This commit is contained in:
kay.sievers@vrfy.org 2003-11-24 22:27:23 -08:00 committed by Greg KH
parent 6968d494d7
commit 5499d31905
1 changed files with 9 additions and 0 deletions

View File

@ -57,6 +57,15 @@ EOF
expected => "visor" ,
conf => <<EOF
REPLACE, KERNEL="ttyUSB0", NAME="visor"
EOF
},
{
desc => "subdirectory handling",
subsys => "tty",
devpath => "class/tty/ttyUSB0",
expected => "sub/direct/ory/visor" ,
conf => <<EOF
REPLACE, KERNEL="ttyUSB0", NAME="sub/direct/ory/visor"
EOF
},
{