* lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite

failures.
This commit is contained in:
Andreas Schwab 2003-01-06 18:10:32 +00:00
parent 9c8ebd6a51
commit 8e9e0fe6da
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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.
#