summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGabriel Burt <gabriel.burt@gmail.com>2008-05-18 06:50:07 +0000
committerGabriel Burt <gburt@src.gnome.org>2008-05-18 06:50:07 +0000
commit871304f480494886f5183de531115ef7825ab10e (patch)
tree743dd39b6e209148a9ba164a882d0e55c842cc35 /tests
parent9a58d67e9d0cfcaaced932ba6c5ad657e50fafb0 (diff)
Patch from Bertrand Lorentz that forces tests to be run in Italian with
2008-05-18 Gabriel Burt <gabriel.burt@gmail.com> * tests/Makefile.am: Patch from Bertrand Lorentz that forces tests to be run in Italian with timezone = Chicago, apparently fixing failures for him. svn path=/trunk/banshee/; revision=3928
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5efebbb95..53db7a196 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -43,7 +43,7 @@ all: $(ASSEMBLY)
test: $(NUNIT_TESTER) $(ASSEMBLY)
@pushd $(top_builddir)/bin; \
- LANG=it_IT MONO_PATH="$(DIR_BIN)" mono --debug $(NUNIT_TESTER) $(ASSEMBLY)
+ TZ=America/Chicago LC_ALL=it_IT LANG=it_IT MONO_PATH="$(DIR_BIN)" mono --debug $(NUNIT_TESTER) $(ASSEMBLY)
popd;
endif