From d0eaccccad23dc1b916e0a90e5a2b37ed23d47a1 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 21 Oct 2022 15:48:33 +0100 Subject: [PATCH] build: Mark the g-file-info test as succeeding Previously it was marked as failing on macOS, but commit ed3998b390f5ac7c711c2d3088192036168ad2b2 seems to have fixed that. yay! Signed-off-by: Philip Withnall Helps: #1392 --- gio/tests/meson.build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gio/tests/meson.build b/gio/tests/meson.build index 57fc7d3cc..4ed8f6561 100644 --- a/gio/tests/meson.build +++ b/gio/tests/meson.build @@ -72,10 +72,7 @@ gio_tests = { }, 'gsubprocess' : {}, 'g-file' : {}, - 'g-file-info' : { - # FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/1392 - 'should_fail' : host_system == 'darwin', - }, + 'g-file-info' : {}, 'g-icon' : {}, 'gdbus-addresses' : {}, 'gdbus-message' : {},