summaryrefslogtreecommitdiff
path: root/test/udevstart-test.pl
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-08-20 19:11:32 +0200
committerKay Sievers <kay.sievers@suse.de>2006-08-20 19:11:32 +0200
commitc4edd0adb55ebf625a0f190071b930b469c58dd8 (patch)
tree3045be8147d0a319db2524722999fdf081dcccc5 /test/udevstart-test.pl
parent8bb39322f092fde89bf1082f51715a2f2da1c187 (diff)
use new key names in test programs
Diffstat (limited to 'test/udevstart-test.pl')
-rwxr-xr-xtest/udevstart-test.pl2
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)) {