Skip to content

Commit 365f9c1

Browse files
committed
tests: Fix incorrect paths for test files
This fixes the meson build with `-Dinstalled_tests=true` Fixes b5a5f77
1 parent 6051f32 commit 365f9c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/meson.build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ if get_option('installed_tests')
105105
'test-runtime.json',
106106
'test.json',
107107
'test.yaml',
108-
'tests/org.flatpak_builder.gui.desktop',
109-
'tests/org.flatpak_builder.gui.json',
110-
'tests/org.flatpak_builder.gui.metainfo.xml',
108+
'org.flatpak_builder.gui.desktop',
109+
'org.flatpak_builder.gui.json',
110+
'org.flatpak_builder.gui.metainfo.xml',
111111

112112
install_dir: installed_testdir,
113113
install_mode: 'rw-r--r--',

0 commit comments

Comments
 (0)