diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-08-20 19:11:32 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-08-20 19:11:32 +0200 |
commit | c4edd0adb55ebf625a0f190071b930b469c58dd8 (patch) | |
tree | 3045be8147d0a319db2524722999fdf081dcccc5 /test/udevstart-test.pl | |
parent | 8bb39322f092fde89bf1082f51715a2f2da1c187 (diff) |
use new key names in test programs
Diffstat (limited to 'test/udevstart-test.pl')
-rwxr-xr-x | test/udevstart-test.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/udevstart-test.pl b/test/udevstart-test.pl index 1862ffea42..6829bc05cf 100755 --- a/test/udevstart-test.pl +++ b/test/udevstart-test.pl @@ -22,8 +22,6 @@ my $udev_rules = "udev-test.rules"; # set env $ENV{SYSFS_PATH} = $sysfs; $ENV{UDEV_CONFIG_FILE} = $udev_conf; -$ENV{UDEV_NO_DEVD} = "yes"; -$ENV{UDEV_NO_HOTPLUGD} = "yes"; # due to mknod restrictions if (!($<==0)) { |