diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2012-03-20 16:42:02 +1100 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2012-03-20 16:42:02 +1100 |
commit | 926a829ea8c928be8eeb21c5bb9bc78d472ef550 (patch) | |
tree | cefc9e2a95e058d07846dd0c48b303e570118020 /tests/src/initctl.c | |
parent | 89a42458fad356f36742b09e04be686092e698dd (diff) | |
download | lightdm-926a829ea8c928be8eeb21c5bb9bc78d472ef550.tar.gz |
Remove LIGHTDM_TEST_CONFIG variable - just use LIGHTDM_TEST_ROOT instead
Diffstat (limited to 'tests/src/initctl.c')
-rw-r--r-- | tests/src/initctl.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/src/initctl.c b/tests/src/initctl.c index a6590b3f..63e54ac1 100644 --- a/tests/src/initctl.c +++ b/tests/src/initctl.c @@ -4,14 +4,8 @@ #include "status.h" -static GKeyFile *config; - int main (int argc, char **argv) { - config = g_key_file_new (); - if (g_getenv ("LIGHTDM_TEST_CONFIG")) - g_key_file_load_from_file (config, g_getenv ("LIGHTDM_TEST_CONFIG"), G_KEY_FILE_NONE, NULL); - return EXIT_SUCCESS; } |