Re: [PATCH 4/4] tests: Fix detection of expected error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxx    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]