aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib/gdb.exp
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2003-01-06 18:10:32 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2003-01-06 18:10:32 +0000
commit8e9e0fe6daf55feae25bd1aa79f1ae655cae20ab (patch)
tree53ad62874fecc94a46b75c5ebad500822a6f97ea /gdb/testsuite/lib/gdb.exp
parent9c8ebd6a5127e55660465d193593cce16b26516c (diff)
downloadgdb-8e9e0fe6daf55feae25bd1aa79f1ae655cae20ab.zip
gdb-8e9e0fe6daf55feae25bd1aa79f1ae655cae20ab.tar.gz
gdb-8e9e0fe6daf55feae25bd1aa79f1ae655cae20ab.tar.bz2
* lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
failures.
Diffstat (limited to 'gdb/testsuite/lib/gdb.exp')
-rw-r--r--gdb/testsuite/lib/gdb.exp3
1 files changed, 3 insertions, 0 deletions
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.
#