diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-03-14 23:40:06 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-03-14 23:40:06 +0100 |
commit | 0ea5e96edbc66319d7711d9eab8719a2c98c843d (patch) | |
tree | 971340d49c78abe8028b4ee52c35cdfc08553bd3 /test | |
parent | 544c2923dbe2822f38b6caa31fef3f1fbf501db3 (diff) |
extend hack to allow TEST=="*/start"
Diffstat (limited to 'test')
-rwxr-xr-x | test/udev-test.pl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index fe1c6da4f9..2621e2b13a 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -1598,6 +1598,15 @@ EOF KERNEL=="sda", TEST=="size", NAME="relative" EOF }, + { + desc => "TEST wildcard substitution (find queue/nr_requests)", + subsys => "block", + devpath => "/block/sda", + exp_name => "found-subdir", + rules => <<EOF +KERNEL=="sda", TEST=="*/nr_requests", NAME="found-subdir" +EOF + }, ); # set env |