
On 12/06/2010 05:03 AM, Jiri Denemark wrote:
--- tests/commandtest.c | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/tests/commandtest.c b/tests/commandtest.c index e8decd3..fe7c08b 100644 --- a/tests/commandtest.c +++ b/tests/commandtest.c @@ -102,17 +102,15 @@ cleanup: static int test0(const void *unused ATTRIBUTE_UNUSED) { virCommandPtr cmd; - char *log; int ret = -1;
- free(virtTestLogContentAndReset()); cmd = virCommandNew(abs_builddir "/commandhelper-doesnotexist"); if (!cmd || virCommandRun(cmd, NULL) == 0) goto cleanup; - if ((log = virtTestLogContentAndReset()) == NULL) - goto cleanup; - if (strstr(log, ": error :") == NULL) + + if (virGetLastError() == NULL) goto cleanup;
ACK. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org