test: replace last reference of "/class/*" devpath

This commit is contained in:
Kay Sievers 2008-09-29 05:18:23 +02:00
parent d0f398bc25
commit 5c0f595d91
2 changed files with 4 additions and 3 deletions

View file

@ -47,4 +47,5 @@ git-release:
head -1 NEWS | grep -q "udev $(VERSION)"
git commit -a -m "release $(VERSION)"
cat .git/refs/heads/master > .git/refs/tags/$(VERSION)
git gc --prune
git gc
git prune

View file

@ -610,7 +610,7 @@ EOF
{
desc => "permissions USER=bad GROUP=name",
subsys => "tty",
devpath => "/class/tty/tty33",
devpath => "/devices/virtual/tty/tty33",
exp_name => "tty33",
exp_perms => "0:0:0660",
rules => <<EOF
@ -885,7 +885,7 @@ EOF
{
desc => "symlink node to itself",
subsys => "tty",
devpath => "/class/tty/tty0",
devpath => "/devices/virtual/tty/tty0",
exp_name => "link",
exp_target => "link",
exp_add_error => "yes",