From: Andreas Schwab Date: Mon, 6 Jan 2003 18:10:32 +0000 (+0000) Subject: * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e9e0fe6daf55feae25bd1aa79f1ae655cae20ab;p=binutils-gdb.git * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite failures. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6c39246bc9a..487373d703f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-01-06 Andreas Schwab + + * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite + failures. + 2003-01-04 Daniel Jacobowitz Fix PR gdb/844 diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index b4261ae31a3..f1cd16b75e2 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -64,6 +64,9 @@ if ![info exists env(EXEEXT)] { set EXEEXT $env(EXEEXT) } +# Make sure we are using the C locale. +set env(LC_ALL) "C" + ### Only procedures should come after this point. #