From ac528431dd60c6b7f6b664ba430b937a11a32230 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 5 Sep 2006 00:50:25 +0200 Subject: fix ENV{TEST}="Test: $env{TEST}" --- test/udev-test.pl | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'test/udev-test.pl') diff --git a/test/udev-test.pl b/test/udev-test.pl index 1117ecb40c..464098fa65 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -1245,6 +1245,19 @@ SUBSYSTEMS=="scsi", KERNEL=="sda1", ENV{ASSIGN}="true" SUBSYSTEMS=="scsi", KERNEL=="sda1", ENV{ASSIGN}=="yes", NAME="no" SUBSYSTEMS=="scsi", KERNEL=="sda1", ENV{ASSIGN}=="true", NAME="true" SUBSYSTEMS=="scsi", KERNEL=="sda1", NAME="bad" +EOF + }, + { + desc => "ENV{} test (assign 2 times)", + subsys => "block", + devpath => "/block/sda/sda1", + exp_name => "true", + rules => <