]> xenbits.xensource.com Git - libvirt.git/commit
testutils: Fix coverity warning with REGENERATE_OUTPUT
authorCole Robinson <crobinso@redhat.com>
Tue, 12 Jan 2016 15:55:08 +0000 (10:55 -0500)
committerCole Robinson <crobinso@redhat.com>
Tue, 12 Jan 2016 16:30:19 +0000 (11:30 -0500)
commitebfd6f45c385bb04623479bab7a77beb3ffe167b
treef39adaa539e64e31114c00a362694e10da57de0a
parent3445acdbaa284c6d32600e03be58f513a8a6519a
testutils: Fix coverity warning with REGENERATE_OUTPUT

- Don't double check for expectName
- actual is always non-NULL by this point, so don't check it either
tests/testutils.c