[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH] avoid testcase failures due to LANG!=C
- From: Jim Meyering <jim meyering net>
- To: Guido Günther <agx sigxcpu org>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] [PATCH] avoid testcase failures due to LANG!=C
- Date: Sat, 20 Dec 2008 16:30:30 +0100
Guido Günther <agx sigxcpu org> wrote:
> some checks compare to the english error messages:
...
> diff --git a/tests/Makefile.am b/tests/Makefile.am
> index 87e4235..5290606 100644
> --- a/tests/Makefile.am
> +++ b/tests/Makefile.am
> @@ -105,6 +105,7 @@ TESTS_ENVIRONMENT = \
> PATH="$(path_add)$(PATH_SEPARATOR)$$PATH" \
> SHELL="$(SHELL)" \
> LIBVIRT_DRIVER_DIR="$(abs_top_builddir)/src/.libs" \
> + LC_ALL=C \
Perfect. Please apply.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]