diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-11-25 10:15:32 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:00:29 -0700 |
commit | 16ac31aaee34f1085daf1c43a8645b174712b2d4 (patch) | |
tree | 97a39c85f9bb5bd6ebbc13af487b2c65e7829b65 /test | |
parent | 97adaace4f8f89ce175657d3ec71811715cc4dae (diff) |
[PATCH] don't call the hotplug scripts with a test run
Diffstat (limited to 'test')
-rw-r--r-- | test/udev-test.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index d584579584..593e34e885 100644 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -1153,6 +1153,7 @@ $ENV{UDEV_TEST} = "yes"; $ENV{SYSFS_PATH} = $sysfs; $ENV{UDEV_CONFIG_FILE} = $main_conf; $ENV{UDEV_NO_DEVD} = "yes"; +$ENV{UDEV_NO_HOTPLUGD} = "yes"; sub udev { |