Skip to content

Commit f17a9e6

Browse files
authored
Merge pull request #101 from iFoundSilentHouse/master
fix validate-appdata test
2 parents baf1f76 + 61c1262 commit f17a9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if appstream_util.found()
4747
test(
4848
'validate-appdata', appstream_util,
4949
args: [
50-
'validate', '--nonet', appdata_file.full_path()
50+
'validate-relax', '--nonet', appdata_file.full_path()
5151
],
5252
depends: appdata_file,
5353
)

0 commit comments

Comments
 (0)