mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 19:22:11 +01:00
Merge branch 'linux-argv0' into 'master'
tests: Check that option-argv0 test succeeds on Linux See merge request GNOME/glib!772
This commit is contained in:
commit
65b6aac4c2
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user