summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-08 22:49:16 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-08 22:49:16 +0200
commitaa92fc1bd75179b871e3667247ded02bddef6762 (patch)
treead64fcfae62b18c36852fc4d9b9f6db2060b8fc9
parenta2f663f245801fcf766b7ae8bcbe79a1f60f1923 (diff)
Use LC_ALL=C for the tests as some are comparing localized strings
Fixes bug #590803.
-rw-r--r--testsuite/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 867fca5..552ca3b 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -62,7 +62,7 @@ endif
GSTSUPP = $(top_srcdir)/common/gst.supp
PYTHONSUPP = $(top_srcdir)/testsuite/python.supp
GSTPYTHONSUPP = $(top_srcdir)/testsuite/gstpython.supp
-TESTS_ENVIRONMENT = PYTHONPATH=$(top_builddir):$(top_builddir)/gst/.libs:`pwd`:$(top_srcdir):$(PYTHONPATH)
+TESTS_ENVIRONMENT = PYTHONPATH=$(top_builddir):$(top_builddir)/gst/.libs:`pwd`:$(top_srcdir):$(PYTHONPATH) LC_ALL=C
# gdb any given test_x.py by running make test_x.py.gdb
%.gdb: %