Re: [libvirt] [PATCH] tests: Don't ignore return value of getcwd()

2010-12-06 Thread Jiri Denemark
tests/commandhelper.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ACK. Pushed too, thanks. Jirka -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH] tests: Don't ignore return value of getcwd()

2010-12-03 Thread Jiri Denemark
--- tests/commandhelper.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tests/commandhelper.c b/tests/commandhelper.c index 2ee9153..5b2f301 100644 --- a/tests/commandhelper.c +++ b/tests/commandhelper.c @@ -97,7 +97,8 @@ int main(int argc, char **argv) {

Re: [libvirt] [PATCH] tests: Don't ignore return value of getcwd()

2010-12-03 Thread Eric Blake
On 12/03/2010 09:11 AM, Jiri Denemark wrote: --- tests/commandhelper.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ACK. diff --git a/tests/commandhelper.c b/tests/commandhelper.c index 2ee9153..5b2f301 100644 --- a/tests/commandhelper.c +++ b/tests/commandhelper.c @@