diff --git a/glib/tests/option-argv0.c b/glib/tests/option-argv0.c index 199eac17c..f977625b5 100644 --- a/glib/tests/option-argv0.c +++ b/glib/tests/option-argv0.c @@ -60,7 +60,7 @@ test_platform_argv0 (void) * to prevent them from crashing hard on failed assertions, * and make them call g_test_skip() instead. */ -#if !defined HAVE_PROC_SELF_CMDLINE && !defined __OpenBSD__ +#if !defined HAVE_PROC_SELF_CMDLINE && !defined __OpenBSD__ && !defined __linux fatal_errors = FALSE; #endif