aboutsummaryrefslogtreecommitdiffstats
path: root/community/libhandy/skip-test.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-05 11:47:54 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-07 07:45:55 +0100
commitf2e57e2155c621a8fd59447f46eba2666d8722a9 (patch)
treeb818cadacbc0ef85019c3f1e73f66168db938061 /community/libhandy/skip-test.patch
parent955e145584ab9b9b81cea4df1888f112caf02572 (diff)
downloadaports-f2e57e2155c621a8fd59447f46eba2666d8722a9.tar.bz2
aports-f2e57e2155c621a8fd59447f46eba2666d8722a9.tar.xz
community/libhandy: move usr/lib/glade/modules to -dev
fixes #11010
Diffstat (limited to 'community/libhandy/skip-test.patch')
-rw-r--r--community/libhandy/skip-test.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/libhandy/skip-test.patch b/community/libhandy/skip-test.patch
new file mode 100644
index 0000000000..8f6795016d
--- /dev/null
+++ b/community/libhandy/skip-test.patch
@@ -0,0 +1,14 @@
+Skip test that uses IBus, since it tries to access /var/lib/dbus/machine-id which doesn't exist on the system.
+
+diff --git a/tests/meson.build b/tests/meson.build
+index b814d59..bf30b96 100644
+--- a/tests/meson.build
++++ b/tests/meson.build
+@@ -33,7 +33,6 @@ test_names = [
+ 'test-preferences-group',
+ 'test-preferences-page',
+ 'test-preferences-row',
+- 'test-preferences-window',
+ 'test-search-bar',
+ 'test-squeezer',
+ 'test-string-utf8',