Don't require a display for the color test

Its not really needed, and the build bot doesn't have X...
This commit is contained in:
Matthias Clasen 2010-12-02 15:58:57 -05:00
parent fdb242ac6a
commit f5c27476a5

View File

@ -94,7 +94,6 @@ int
main (int argc, char *argv[])
{
g_test_init (&argc, &argv, NULL);
gdk_init (&argc, &argv);
g_test_add_func ("/color/parse", test_color_parse);
g_test_add_func ("/color/to-string", test_color_to_string);