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/modifier_test | |
parent | e8bacccab296d6b75c4c9f43cb4e71007aff5b8a (diff) |
[PATCH] fix up the tests to support the rules file name change
Diffstat (limited to 'test/modifier_test')
-rw-r--r-- | test/modifier_test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/modifier_test b/test/modifier_test index 3dcd4454fc..a028d20e4d 100644 --- a/test/modifier_test +++ b/test/modifier_test @@ -6,6 +6,7 @@ export UDEV_CONFIG_DIR=$PWD/ export UDEV_ROOT=$PWD/udev/ export UDEV_DB=udev.tdb export UDEV_CONFIG_FILE=modifier_test.config +export UDEV_RULES_FILE=modifier_test.rules export UDEV_PERMISSION_FILE=udev.permissions export ACTION=add |