From 6af9a8fc8ec83f823c079211bc7a2414b1d4e5fe Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 31 Jul 2015 13:30:50 +0200 Subject: tests/qapi-schema: Rename tests from data- to args- Since every schema entity has 'data', the data- prefix conveys no information. These tests actually exercise commands. Only commands have arguments, so change the prefix to to args-. Signed-off-by: Markus Armbruster Reviewed-by: Eric Blake --- tests/qapi-schema/args-array-empty.exit | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/qapi-schema/args-array-empty.exit (limited to 'tests/qapi-schema/args-array-empty.exit') diff --git a/tests/qapi-schema/args-array-empty.exit b/tests/qapi-schema/args-array-empty.exit new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/tests/qapi-schema/args-array-empty.exit @@ -0,0 +1 @@ +1 -- cgit v1.1