From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18975 invoked by alias); 28 Jul 2010 17:36:01 -0000 Received: (qmail 18943 invoked by uid 22791); 28 Jul 2010 17:35:58 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Jul 2010 17:35:43 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3036B2BAC18; Wed, 28 Jul 2010 13:35:42 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id NY1NshPuFa0X; Wed, 28 Jul 2010 13:35:42 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E65952BAC17; Wed, 28 Jul 2010 13:35:41 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 8683BF58FA; Wed, 28 Jul 2010 10:35:36 -0700 (PDT) Date: Wed, 28 Jul 2010 17:36:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: Daniel Jacobowitz , gdb-patches@sourceware.org, Jan Kratochvil Subject: Re: Disable i18n when running the testsuite (Re: ping: [patch 5/6] testsuite: Fix prelink-support.exp without prelink installed) Message-ID: <20100728173536.GN13267@adacore.com> References: <20100329161831.GD2940@host0.dyn.jankratochvil.net> <201007191606.29992.pedro@codesourcery.com> <20100719154257.GA26454@caradoc.them.org> <201007281526.43503.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201007281526.43503.pedro@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-07/txt/msg00493.txt.bz2 > 2010-07-28 Pedro Alves > > * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the > environment. Something like that is necessary, I agree. I just found out that dejagnu provides a set of interesting procedures (including setenv/unsetenv), such as grep, which, etc... -- Joel