From: Benjamin Gilbert Date: Fri, 22 May 2009 18:54:46 +0000 (+0200) Subject: test: check string substitutions in OWNER and GROUP X-Git-Tag: 174~1027 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=bec7e07acc8ca2288e780d11b4d1e1387c3513dc test: check string substitutions in OWNER and GROUP String substitutions in OWNER and GROUP keys were broken in udev 137-142. Explicitly test for this, since such breakage will not manifest in typical rulesets. --- diff --git a/test/udev-test.pl b/test/udev-test.pl index 30e8d2ac1..5516468bb 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -1654,14 +1654,14 @@ KERNEL=="sda", MODE="0000" EOF }, { - desc => "TEST PROGRAM feeds MODE", + desc => "TEST PROGRAM feeds OWNER, GROUP, MODE", subsys => "block", devpath => "/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda", exp_name => "sda", - exp_perms => "0:0:0400", + exp_perms => "5000:100:0400", rules => <