trivial: Ignore the g_unlink() in the offline runner

There's not much we can do in this situation anyway...
This commit is contained in:
Richard Hughes 2022-04-13 12:52:59 +01:00
parent 3b0d1a6c6b
commit 01aaa97bcd

View File

@ -162,7 +162,7 @@ main(int argc, char *argv[])
return EXIT_SUCCESS;
/* do this first to avoid a loop if this tool segfaults */
g_unlink(trigger);
(void)g_unlink(trigger);
/* ensure root user */
#ifdef HAVE_GETUID