aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2010-05-05 11:14:50 +0200
committerKay Sievers <kay.sievers@vrfy.org>2010-05-05 11:39:25 +0200
commit75cb1ac51ea0176926c749bd0f22c19ce8b20e5f (patch)
tree7d813ccdbe7385c4b69b0a3507ffae6f3f7a7bb2 /test
parent2d01980f1afbde8aabd175a5d866a8eeccc29208 (diff)
downloadudev-75cb1ac51ea0176926c749bd0f22c19ce8b20e5f.tar.gz
warn when renaming kernel-provided nodes instead of adding symlinks
Diffstat (limited to 'test')
-rwxr-xr-xtest/udev-test.pl11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl
index a4d3a728..24e62b4d 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",