chiark / gitweb /
[PATCH] klibc makefile fixes
[elogind.git] / udev.c
diff --git a/udev.c b/udev.c
index 8746b9a8102820de64b0d72ec3bd882b8ed83ee0..56dab1f8323227b7fa7028914d1555a251f18710 100644 (file)
--- a/udev.c
+++ b/udev.c
@@ -86,7 +86,7 @@ static void get_dirs(void)
        temp = getenv("UDEV_TEST");
        if (temp != NULL) {
                /* hm testing is happening, use the specified values, if they are present */
-               temp = getenv("UDEV_SYSFS_PATH");
+               temp = getenv("SYSFS_PATH");
                if (temp)
                        strncpy(sysfs_path, temp, sizeof(sysfs_path));
                temp = getenv("UDEV_CONFIG_DIR");