From 30d5db1a8df77b0375703dd0ae61b994fc6e0861 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Sat, 30 Jun 2012 16:43:17 +1000 Subject: [PATCH] Set the locale to C. Some checks will fail due to different locales. For example 1.2 will become 1,2 so the match fails. Problem reported by Alfredo Esteban with fix suggested by Mike Frysinger --- testsuite/config/unix.exp | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/config/unix.exp b/testsuite/config/unix.exp index 508fcd85..9092b9d4 100644 --- a/testsuite/config/unix.exp +++ b/testsuite/config/unix.exp @@ -1,4 +1,5 @@ +set env(LC_ALL) "C" regexp "(.*\/)testsuite" $objdir objdir topdir # These are the same as include/c.h