Run valide-appdata test with --nonet

This commit is contained in:
Sebastian Ramacher 2018-11-27 22:40:15 +01:00
parent ee240414ca
commit 48297a097f

View File

@ -48,7 +48,7 @@ appstream_util = find_program('appstream-util', required: false, native: true)
if appstream_util.found()
test('validate-appdata',
appstream_util,
args: ['validate-relax', appdata.full_path()]
args: ['validate-relax', '--nonet', appdata.full_path()]
)
endif