Re: [libvirt] [PATCH 09/12] tests: qemuxml2xml: Use standard file comparison helpers

2016-01-08 Thread Cole Robinson
On 01/08/2016 02:09 AM, Peter Krempa wrote: > On Thu, Jan 07, 2016 at 22:50:03 -0500, Cole Robinson wrote: >> This also makes VIR_TEST_REGENERATE_OUTPUT work >> --- >> tests/qemuxml2xmltest.c | 6 ++ >> 1 file changed, 2 insertions(+), 4 deletions(-) >> >> diff --git a/tests/qemuxml2xmltest.c

Re: [libvirt] [PATCH 09/12] tests: qemuxml2xml: Use standard file comparison helpers

2016-01-07 Thread Peter Krempa
On Thu, Jan 07, 2016 at 22:50:03 -0500, Cole Robinson wrote: > This also makes VIR_TEST_REGENERATE_OUTPUT work > --- > tests/qemuxml2xmltest.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/tests/qemuxml2xmltest.c b/tests/qemuxml2xmltest.c > index f967ceb..e3bd9c2

[libvirt] [PATCH 09/12] tests: qemuxml2xml: Use standard file comparison helpers

2016-01-07 Thread Cole Robinson
This also makes VIR_TEST_REGENERATE_OUTPUT work --- tests/qemuxml2xmltest.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/qemuxml2xmltest.c b/tests/qemuxml2xmltest.c index f967ceb..e3bd9c2 100644 --- a/tests/qemuxml2xmltest.c +++ b/tests/qemuxml2xmltest.c @@ -43,7