diff options
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", |