summaryrefslogtreecommitdiff
path: root/tests/src/initctl.c
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2012-03-20 16:42:02 +1100
committerRobert Ancell <robert.ancell@canonical.com>2012-03-20 16:42:02 +1100
commit926a829ea8c928be8eeb21c5bb9bc78d472ef550 (patch)
treecefc9e2a95e058d07846dd0c48b303e570118020 /tests/src/initctl.c
parent89a42458fad356f36742b09e04be686092e698dd (diff)
downloadlightdm-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.c6
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;
}