From 465cca0023f9354cc44263e1f3d3fc9473cc74fb Mon Sep 17 00:00:00 2001 From: schwab Date: Mon, 6 Jan 2003 18:10:30 +0000 Subject: [PATCH] * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite failures. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/lib/gdb.exp | 3 +++ 2 files changed, 8 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6c39246bc9..487373d703 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 b4261ae31a..f1cd16b75e 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. # -- 2.11.0