diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2003-01-06 18:10:32 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2003-01-06 18:10:32 +0000 |
commit | 8e9e0fe6daf55feae25bd1aa79f1ae655cae20ab (patch) | |
tree | 53ad62874fecc94a46b75c5ebad500822a6f97ea | |
parent | 9c8ebd6a5127e55660465d193593cce16b26516c (diff) | |
download | gdb-8e9e0fe6daf55feae25bd1aa79f1ae655cae20ab.zip gdb-8e9e0fe6daf55feae25bd1aa79f1ae655cae20ab.tar.gz gdb-8e9e0fe6daf55feae25bd1aa79f1ae655cae20ab.tar.bz2 |
* lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
failures.
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6c39246..487373d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-01-06 Andreas Schwab <schwab@suse.de> + + * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite + failures. + 2003-01-04 Daniel Jacobowitz <drow@mvista.com> Fix PR gdb/844 diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index b4261ae..f1cd16b 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. # |