From: Craig Small Date: Sat, 30 Jun 2012 06:43:17 +0000 (+1000) Subject: Set the locale to C. X-Git-Tag: v3.3.4~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30d5db1a8df77b0375703dd0ae61b994fc6e0861;p=procps-ng 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 --- 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