diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-04-13 12:45:38 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-04-13 12:45:38 +0200 |
commit | a89d342dfb45b54e29381af9dbc495bbb2b057af (patch) | |
tree | 2ad834ff82007c3ebcbb6b884a45a2ce26a93ac1 /test | |
parent | 06ba47d8336c6d017a67d11f480341db07b9bc4b (diff) |
remove "ignore_remove" option
Diffstat (limited to 'test')
-rwxr-xr-x | test/udev-test.pl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index 4633d6be25..a4d3a728f7 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -978,16 +978,6 @@ SUBSYSTEMS=="scsi", PROGRAM=="/bin/echo -n node link1 link2 link3 link4", RESULT EOF }, { - desc => "ignore remove event test", - subsys => "block", - devpath => "/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda", - exp_name => "node", - exp_rem_error => "yes", - rules => <<EOF -SUBSYSTEMS=="scsi", KERNEL=="sda", SYMLINK+="node", OPTIONS="ignore_remove" -EOF - }, - { desc => "SUBSYSTEM match test", subsys => "block", devpath => "/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda", |