diff options
author | greg@kroah.com <greg@kroah.com> | 2003-12-03 01:09:05 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:05 -0700 |
commit | fd9594b61fb5ac4106731c087af614940b066df4 (patch) | |
tree | 56985f7a51e2ee44d8c02575f05f1b92f9e53a04 /test/udev-test.pl | |
parent | e8bacccab296d6b75c4c9f43cb4e71007aff5b8a (diff) |
[PATCH] fix up the tests to support the rules file name change
Diffstat (limited to 'test/udev-test.pl')
-rw-r--r-- | test/udev-test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/udev-test.pl b/test/udev-test.pl index 8b967c353c..8af09a027b 100644 --- a/test/udev-test.pl +++ b/test/udev-test.pl @@ -161,7 +161,7 @@ sub udev { my ($action, $subsys, $devpath, $config) = @_; $ENV{DEVPATH} = $devpath; - $ENV{UDEV_CONFIG_FILE} = $conf_tmp; + $ENV{UDEV_RULES_FILE} = $conf_tmp; # create temporary config open CONF, ">$conf_tmp" || die "unable to create config file: $conf_tmp"; |