tests/qtest: plain g_assert for VHOST_USER_F_PROTOCOL_FEATURES
commitf48d994fb50c49093dd1dfe64c0d7314c6b62faf
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 2 Aug 2022 09:50:06 +0000 (2 10:50 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 7 Oct 2022 13:41:51 +0000 (7 09:41 -0400)
tree8eb483ed52e1ed31bcdf501ca394dd218a14531e
parent20a4127fbd4f54ab5ff2e0f3538c2b8e89011bce
tests/qtest: plain g_assert for VHOST_USER_F_PROTOCOL_FEATURES

checkpatch.pl warns that non-plain asserts should be avoided so
convert the check to a plain g_assert.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220802095010.3330793-19-alex.bennee@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/qtest/vhost-user-test.c