Prevent test failure when non-English language selected
[pspp-builds.git] / 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: