diff --git a/gio/tests/desktop-app-info.c b/gio/tests/desktop-app-info.c index 05dda7c89..bcda49f6e 100644 --- a/gio/tests/desktop-app-info.c +++ b/gio/tests/desktop-app-info.c @@ -34,7 +34,7 @@ create_app_info (const char *name) GAppInfo *info; error = NULL; - info = g_app_info_create_from_commandline ("/usr/bin/true blah", + info = g_app_info_create_from_commandline ("true blah", name, G_APP_INFO_CREATE_NONE, &error);