diff options
author | Robby Workman <rworkman@slackware.com> | 2015-11-15 15:07:37 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2015-11-15 15:11:13 -0600 |
commit | 26b8f53163c0efd9c638f9798bb8e36be2a3d719 (patch) | |
tree | 685e44a9df37d96769e09a5239bc9e14b74338df /test | |
parent | 4ea0be0484ad2c3c856904bc7b229d254ca744f4 (diff) |
Remove obsolete udev_root references
This was removed in 6ada823a9a0979ea145fd70add1007c21caa45c0
Diffstat (limited to 'test')
-rwxr-xr-x | test/udev-test.pl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index 14f11df8af..9a425bb2b0 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -889,14 +889,6 @@ SUBSYSTEMS=="scsi", KERNEL=="sda1", SYMLINK+="%P-part-1" EOF }, { - desc => "udev_root substitution", - devpath => "/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1", - exp_name => "start-/dev-end", - rules => <<EOF -SUBSYSTEMS=="scsi", KERNEL=="sda1", SYMLINK+="start-%r-end" -EOF - }, - { desc => "last_rule option", devpath => "/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1", exp_name => "last", |