summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2012-06-30 16:43:17 +1000
committerCraig Small <csmall@enc.com.au>2012-06-30 16:43:17 +1000
commit30d5db1a8df77b0375703dd0ae61b994fc6e0861 (patch)
treefbc21daff016f2de4240b147677f393318c9bf2f /testsuite
parent664eaaebc646a8d0d6a64e790572c2ee91a5f977 (diff)
downloadprocps-ng-30d5db1a8df77b0375703dd0ae61b994fc6e0861.tar.gz
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
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/config/unix.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/config/unix.exp b/testsuite/config/unix.exp
index 508fcd8..9092b9d 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