summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2009-03-30 20:23:04 +0200
committerTollef Fog Heen <tfheen@err.no>2009-03-30 20:23:04 +0200
commit34657e444f7a8879ea3ed7b5d5d795fe96b231c7 (patch)
treed42371728e87c5bdd10f1b0f049915d75cac2b83 /check
parent4070cc23394a6cec65ba8e8403ac60925a508048 (diff)
downloadpkg-config-34657e444f7a8879ea3ed7b5d5d795fe96b231c7.tar.gz
2009-03-30 Tollef Fog Heen <tfheen@err.no>
* check/common: Run all tests in the C locale
Diffstat (limited to 'check')
-rw-r--r--check/common1
1 files changed, 1 insertions, 0 deletions
diff --git a/check/common b/check/common
index d527f52..fdbc845 100644
--- a/check/common
+++ b/check/common
@@ -8,6 +8,7 @@ pkgconfig=../pkg-config
PKG_CONFIG_PATH=$srcdir
export PKG_CONFIG_PATH
+export LC_ALL=C
run_test () {
${pkgconfig} $ARGS >/dev/null 2>&1