From a1af6b040169352b5cb2e1fe0d2a518783a5ec6d Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 14 Oct 2008 19:55:57 +0200 Subject: [PATCH 1/1] test: move global ENV{ENV_KEY_TEST}="test" to local rule --- test/udev-test.pl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/udev-test.pl b/test/udev-test.pl index df5e3fcb2..4c6a70f1a 100755 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -1195,6 +1195,7 @@ EOF devpath => "/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1", exp_name => "true", rules => < "/devices/pci0000:00/0000:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1", exp_name => "true", rules => < 0) { - system("$udev_bin_valgrind $subsys"); + system("$udev_bin_valgrind"); } else { - system("$udev_bin $subsys"); + system("$udev_bin"); } } -- 2.30.2