aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-11-21 18:26:08 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-11-21 18:34:54 +0200
commit36adca24ff8ea1daacf5a3c8d09124dc1c78b6fa (patch)
tree35b49ca65d6da09171c3ace0558d8790c5e7e991 /meson.build
parentProbe several locations for configuration file (diff)
downloadsmolbote-36adca24ff8ea1daacf5a3c8d09124dc1c78b6fa.tar.xz
Fix test failures
Updated sha256sum for bumped rcc version
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 82f2014..e53a2e8 100644
--- a/meson.build
+++ b/meson.build
@@ -128,7 +128,7 @@ poi_exe = executable(get_option('poi'),
install: true,
)
-test('poi-bookmarks_xbel', poi_exe, args: [ 'bookmarks', '-x', files('test/bookmarks.xbel'), '--export=stdout' ])
+test('poi-bookmarks_xbel', poi_exe, args: [ 'bookmarks', '-x', files('test/bookmarks.xbel'), '--output=stdout' ])
subdir(host_machine.system())