Re: [libvirt] [PATCH 08/24] tests: qemuhelp: convert to virTestLoadFilePath

2017-07-26 Thread Eric Blake
On 07/26/2017 05:00 AM, Peter Krempa wrote: > As a sample usage of the new helper convert the calls in qemuhelptest to > the new helper. > --- > tests/qemuhelptest.c | 14 ++ > 1 file changed, 2 insertions(+), 12 deletions(-) > Nice! Reviewed-by: Eric Blake > +if (!(help = virT

[libvirt] [PATCH 08/24] tests: qemuhelp: convert to virTestLoadFilePath

2017-07-26 Thread Peter Krempa
As a sample usage of the new helper convert the calls in qemuhelptest to the new helper. --- tests/qemuhelptest.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/tests/qemuhelptest.c b/tests/qemuhelptest.c index 7485d2dcd..1a6e7092f 100644 --- a/tests/qemuhelpte