diff --git a/gio/tests/appinfo.c b/gio/tests/appinfo.c index 5f84cbd63..e04071ae6 100644 --- a/gio/tests/appinfo.c +++ b/gio/tests/appinfo.c @@ -15,7 +15,7 @@ test_launch (void) const gchar *path; gchar *uri; - if (!g_getenv ("DISPLAY")) + if (g_getenv ("DISPLAY") == NULL || g_getenv ("DISPLAY")[0] == '\0') { g_printerr ("No DISPLAY. Skipping test. "); return;