mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 19:22:11 +01:00
tests: Check that option-argv0 test succeeds on Linux
To avoid potential regression in feature check that configures `HAVE_PROC_SELF_CMDLINE` treat test failures on Linux as fatal. This restores behaviour from before 4c038a27ff14170141f62f3ab61a6fa7c4747f09.
This commit is contained in:
parent
7a399e859d
commit
7db35ec7a8
@ -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