diff options
author | John Snow <jsnow@redhat.com> | 2021-05-19 14:39:38 -0400 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2021-05-20 11:28:27 +0200 |
commit | 334c3cd58a202d082703a1ae175b4230f4157f65 (patch) | |
tree | 92b0f44b9e88e91ac31f2e66c1231e745d3e1aa3 /tests/qapi-schema/missing-schema.err | |
parent | 3404e57410b80734e6961b6574d6683d9c3d9c14 (diff) |
qapi: Add test for nonexistent schema file
This tests the error-return pathway introduced in the previous commit.
(Thanks to Paolo for the help with the Meson magic.)
Signed-off-by: John Snow <jsnow@redhat.com>
Message-Id: <20210519183951.3946870-3-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'tests/qapi-schema/missing-schema.err')
-rw-r--r-- | tests/qapi-schema/missing-schema.err | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qapi-schema/missing-schema.err b/tests/qapi-schema/missing-schema.err new file mode 100644 index 0000000000..b4d9ff1fb2 --- /dev/null +++ b/tests/qapi-schema/missing-schema.err @@ -0,0 +1 @@ +can't read schema file 'missing-schema.json': No such file or directory |