summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-08-29 13:28:22 +0200
committerDan McGee <dan@archlinux.org>2011-08-30 02:54:33 +0200
commite3676ae7b51fdaa68fcf2923c19681ec7d6f3952 (patch)
treef84f67825aff40d70bdbcf4490987f0514910684 /Makefile.am
parent499e09734bc6f4a121b3363d88aeb085bcfd9ce9 (diff)
downloadpacman-e3676ae7b51fdaa68fcf2923c19681ec7d6f3952.tar.gz
pacman-e3676ae7b51fdaa68fcf2923c19681ec7d6f3952.tar.xz
Run pacman test-suite with LC_ALL=C
Running the pacman test-suite in a non-English locale results in a few failures. Force the test-suite to run with LC_ALL=C. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 75760bb3..fb7a4d35 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ dist_pkgdata_DATA = \
# run the pactest test suite and vercmp tests
check-local: test/pacman test/util src/pacman src/util
- $(PYTHON) $(top_srcdir)/test/pacman/pactest.py --debug=1 \
+ LC_ALL=C $(PYTHON) $(top_srcdir)/test/pacman/pactest.py --debug=1 \
--test $(top_srcdir)/test/pacman/tests/*.py \
-p $(top_builddir)/src/pacman/pacman
$(SH) $(top_srcdir)/test/util/pacsorttest.sh \