summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-10-08 21:54:39 +0200
committerKay Sievers <kay@vrfy.org>2012-10-08 21:54:39 +0200
commit8a1733871ffe9bfc47958e9056fd53ce216b1802 (patch)
treead1f1aa33f2fcd15e1f194174827119469778db4 /test
parent04eaa66837260d86c27c9121b626ad6219690384 (diff)
udev: remove SYMLINK "unique" option
Diffstat (limited to 'test')
-rwxr-xr-xtest/udev-test.pl9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl
index e91dda11c..ef3707e09 100755
--- a/test/udev-test.pl
+++ b/test/udev-test.pl
@@ -935,15 +935,6 @@ KERNEL=="sda1", PROGRAM!="/bin/false", SYMLINK+="nonzero-program"
EOF
},
{
- desc => "test for whitespace between the operator",
- devpath => "/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1",
- exp_name => "true",
- rules => <<EOF
-SUBSYSTEMS=="scsi", KERNEL=="sda1", SYMLINK+="before"
-KERNEL == "sda1" , SYMLINK+ = "true"
-EOF
- },
- {
desc => "ENV{} test",
devpath => "/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1",
exp_name => "true",