From 8e9e0fe6daf55feae25bd1aa79f1ae655cae20ab Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 6 Jan 2003 18:10:32 +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 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. # -- 2.30.2