chiark / gitweb /
[PATCH] allow NAME_SIZE > SYSFS_PATH_MAX
[elogind.git] / test / udev-test.pl
index ebd3c6a8a0b8da8cc23ca5906f71f6bfdd532e30..1e7c51e5565f2d700e3b8884d052d7b86c1653c6 100644 (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
        },
        {