diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-01-26 04:38:33 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-01-26 04:38:33 +0100 |
commit | 36af2ddcb92c51acad0f909bb5dfb090cea9c5ed (patch) | |
tree | e03c315d43e1c73fb9330a231c2ba5fd9f186d42 /test/udev-test.pl | |
parent | d2f605c8d61e4c5ef129f93510ab8b38e32cee97 (diff) |
don't add $SUBSYSTEM automatically as $1 to programs
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'test/udev-test.pl')
-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 555d36e7f2..b44bd18af5 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -301,15 +301,6 @@ BUS=="scsi", PROGRAM=="/bin/echo -n special-device", RESULT=="special-*", NAME=" EOF }, { - desc => "program result substitution (no argument should be subsystem)", - subsys => "block", - devpath => "/block/sda/sda3", - exp_name => "subsys_block" , - rules => <<EOF -BUS=="scsi", PROGRAM=="/bin/echo", RESULT=="block", NAME="subsys_block" -EOF - }, - { desc => "program result substitution (newline removal)", subsys => "block", devpath => "/block/sda/sda3", |