[libvirt] [PATCH] commandtest: avoid printing loader-control variables from commandhelper

2011-01-06 Thread Diego Elio Pettenò
This avoids throwing the tests off if LD_LIBRARY_PATH or LD_PRELOAD or other variables are set. Signed-off-by: Diego Elio Pettenò flamee...@gmail.com --- tests/commandhelper.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/tests/commandhelper.c

Re: [libvirt] [PATCH] commandtest: avoid printing loader-control variables from commandhelper

2011-01-06 Thread Eric Blake
On 01/06/2011 01:23 PM, Diego Elio Pettenò wrote: This avoids throwing the tests off if LD_LIBRARY_PATH or LD_PRELOAD or other variables are set. Signed-off-by: Diego Elio Pettenò flamee...@gmail.com --- tests/commandhelper.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-)

Re: [libvirt] [PATCH] commandtest: avoid printing loader-control variables from commandhelper

2011-01-06 Thread Eric Blake
On 01/06/2011 02:14 PM, Eric Blake wrote: On 01/06/2011 01:23 PM, Diego Elio Pettenò wrote: This avoids throwing the tests off if LD_LIBRARY_PATH or LD_PRELOAD or other variables are set. Signed-off-by: Diego Elio Pettenò flamee...@gmail.com --- tests/commandhelper.c |5 - 1 files