aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-09-29 05:18:23 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-09-29 05:18:23 +0200
commit5c0f595d91a21b1fba2b9edd89511a072036d0e8 (patch)
treeae274a04fcd2c5933a6c2b1c0dde195ee9b9ab31 /test
parentd0f398bc25636ff5ae2146ac283103a4766c0dca (diff)
downloadudev-5c0f595d91a21b1fba2b9edd89511a072036d0e8.tar.gz
test: replace last reference of "/class/*" devpath
Diffstat (limited to 'test')
-rwxr-xr-xtest/udev-test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl
index 576173b4..df5e3fcb 100755
--- a/test/udev-test.pl
+++ b/test/udev-test.pl
@@ -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",