]> err.no Git - pkg-config/commitdiff
2009-03-30 Tollef Fog Heen <tfheen@err.no>
authorTollef Fog Heen <tfheen@err.no>
Mon, 30 Mar 2009 18:23:04 +0000 (20:23 +0200)
committerTollef Fog Heen <tfheen@err.no>
Mon, 30 Mar 2009 18:23:04 +0000 (20:23 +0200)
* check/common: Run all tests in the C locale

ChangeLog
check/common

index c84b1ed87e7a901e35c8de36c1dffed78d8380b5..5191f59460f3931a495cb0554205ea356089a389 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2009-03-30  Tollef Fog Heen  <tfheen@err.no>
 
+       * check/common: Run all tests in the C locale
+
        * check/common: Add support for non-zero return codes to test
        framework.  Thanks to Loïc Minier for the idea.
 
index d527f52c7b1c0c755f2dddb2c76bfe39ca2dd2e6..fdbc845fb64757926b3c75a64ddbd140fe228609 100644 (file)
@@ -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