summaryrefslogtreecommitdiff
path: root/gio/tests/meson.build
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-10-26 15:43:58 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2022-10-27 20:26:53 +0530
commit958d0f9b9bd9a903059dae6e39eb6b136ac54d48 (patch)
tree8b3747e2ca8bfeb321abd9e36d5f180c62e355c3 /gio/tests/meson.build
parent9fa391523651945d6e26d16a7b85a837de8c0cfb (diff)
downloadglib-958d0f9b9bd9a903059dae6e39eb6b136ac54d48.tar.gz
tests: Fix resources test on macOS
The content type detection is not very specific on macOS.
Diffstat (limited to 'gio/tests/meson.build')
-rw-r--r--gio/tests/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index 130c26d3a..e31ee174c 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -856,8 +856,6 @@ if meson.can_run_host_binaries()
gio_tests += {
'resources' : {
'extra_sources' : resources_extra_sources,
- # FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/1392
- 'should_fail' : host_system == 'darwin',
},
}
endif