diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-05 11:14:50 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-05 11:39:25 +0200 |
commit | 75cb1ac51ea0176926c749bd0f22c19ce8b20e5f (patch) | |
tree | 7d813ccdbe7385c4b69b0a3507ffae6f3f7a7bb2 /test | |
parent | 2d01980f1afbde8aabd175a5d866a8eeccc29208 (diff) |
warn when renaming kernel-provided nodes instead of adding symlinks
Diffstat (limited to 'test')
-rwxr-xr-x | test/udev-test.pl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index a4d3a728f7..24e62b4d66 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -1266,17 +1266,6 @@ KERNEL=="ttyACM[0-9]*", SYMLINK="three" EOF }, { - desc => "test empty NAME", - subsys => "tty", - devpath => "/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0", - exp_name => "<none>", - not_exp_name => "ttyACM0", - exp_add_error => "yes", - rules => <<EOF -KERNEL=="ttyACM[0-9]*", NAME="" -EOF - }, - { desc => "test empty SYMLINK+ (empty override)", subsys => "tty", devpath => "/devices/pci0000:00/0000:00:1d.7/usb5/5-2/5-2:1.0/tty/ttyACM0", |