tests: Use &error_abort where appropriate
commitd8da9e71b6c79c2899c08bb168cd0ae88da70596
authorMarkus Armbruster <armbru@redhat.com>
Tue, 30 Jun 2020 09:03:29 +0000 (30 11:03 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 2 Jul 2020 04:25:28 +0000 (2 06:25 +0200)
tree0965f9b9391d00e65b79e37776f7eb546f14d2d5
parent9261ef5e32b0559642ccb70565836e1bc023937e
tests: Use &error_abort where appropriate

Receiving the error in a local variable only to assert there is none
is less clear than passing &error_abort.  Clean up.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20200630090351.1247703-5-armbru@redhat.com>
tests/check-qobject.c
tests/check-qom-proplist.c
tests/test-logging.c
tests/test-qemu-opts.c
tests/test-replication.c
tests/test-string-input-visitor.c
tests/test-string-output-visitor.c