From: greg@kroah.com Date: Sat, 5 Jun 2004 05:01:53 +0000 (-0700) Subject: [PATCH] add test for ! in partition name X-Git-Tag: 026~2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=0f36e68e8a28e02981b90a3a4712f198b58746ba [PATCH] add test for ! in partition name --- diff --git a/test/sys/block/cciss!c0d0/cciss!c0d0p1/dev b/test/sys/block/cciss!c0d0/cciss!c0d0p1/dev new file mode 100644 index 000000000..92c4b9b08 --- /dev/null +++ b/test/sys/block/cciss!c0d0/cciss!c0d0p1/dev @@ -0,0 +1 @@ +8:1 diff --git a/test/sys/block/cciss!c0d0/cciss!c0d0p2/dev b/test/sys/block/cciss!c0d0/cciss!c0d0p2/dev new file mode 100644 index 000000000..9799a2674 --- /dev/null +++ b/test/sys/block/cciss!c0d0/cciss!c0d0p2/dev @@ -0,0 +1 @@ +8:2 diff --git a/test/sys/block/cciss!c0d0/cciss!c0d0p5/dev b/test/sys/block/cciss!c0d0/cciss!c0d0p5/dev new file mode 100644 index 000000000..b3d504219 --- /dev/null +++ b/test/sys/block/cciss!c0d0/cciss!c0d0p5/dev @@ -0,0 +1 @@ +8:5 diff --git a/test/sys/block/cciss!c0d0/dev b/test/sys/block/cciss!c0d0/dev new file mode 100644 index 000000000..fae0a5057 --- /dev/null +++ b/test/sys/block/cciss!c0d0/dev @@ -0,0 +1 @@ +8:0 diff --git a/test/udev-test.pl b/test/udev-test.pl index ebd3c6a8a..1e7c51e55 100644 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -397,6 +397,16 @@ EOF exp_name => "rd/c0d0" , conf => < "name test with ! in the name for a partition", + subsys => "block", + devpath => "/block/cciss!c0d0/cciss!c0d0p1", + exp_name => "cciss/c0d0p1" , + conf => <