diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-29 05:18:23 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-29 05:18:23 +0200 |
commit | 5c0f595d91a21b1fba2b9edd89511a072036d0e8 (patch) | |
tree | ae274a04fcd2c5933a6c2b1c0dde195ee9b9ab31 /test/udev-test.pl | |
parent | d0f398bc25636ff5ae2146ac283103a4766c0dca (diff) |
test: replace last reference of "/class/*" devpath
Diffstat (limited to 'test/udev-test.pl')
-rwxr-xr-x | test/udev-test.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index 576173b40a..df5e3fcb2a 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", |