diff options
author | Kay Sievers <kay@vrfy.org> | 2012-10-08 21:54:39 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-10-08 21:54:39 +0200 |
commit | 8a1733871ffe9bfc47958e9056fd53ce216b1802 (patch) | |
tree | ad1f1aa33f2fcd15e1f194174827119469778db4 /test | |
parent | 04eaa66837260d86c27c9121b626ad6219690384 (diff) |
udev: remove SYMLINK "unique" option
Diffstat (limited to 'test')
-rwxr-xr-x | test/udev-test.pl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index e91dda11cf..ef3707e09b 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", |