OSDN Git Service

* lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
authorschwab <schwab>
Mon, 6 Jan 2003 18:10:30 +0000 (18:10 +0000)
committerschwab <schwab>
Mon, 6 Jan 2003 18:10:30 +0000 (18:10 +0000)
failures.

gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp

index 6c39246..487373d 100644 (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
index b4261ae..f1cd16b 100644 (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.
 
 #