summaryrefslogtreecommitdiff
path: root/test/udevstart-test.pl
diff options
context:
space:
mode:
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)) {