Prevent test failure when non-English language selected
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 8 Feb 2009 08:50:25 +0000 (17:50 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 8 Feb 2009 08:50:25 +0000 (17:50 +0900)
perl-module/automake.mk

index f3bfdaf33711137b6a884c4a90b7e1f57e579216..0b6c1e0879e59576a676b54e00a0494b792b5f00 100644 (file)
@@ -51,7 +51,7 @@ all-local:
 
 check-local:
        loc=`pwd` ; cd $(top_builddir)/src/.libs ; llp=`pwd` ; cd $$loc ;  \
-       LD_LIBRARY_PATH=$$llp sh -c "cd perl-module && $(MAKE) $(AM_MAKEFLAGS) test"
+       LANG=C LD_LIBRARY_PATH=$$llp sh -c "cd perl-module && $(MAKE) $(AM_MAKEFLAGS) test"
 
 
 clean-local: