Skip to content

Commit 61c1262

Browse files
fix validate-appdata test
1 parent eb9bf92 commit 61c1262

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)