From e3676ae7b51fdaa68fcf2923c19681ec7d6f3952 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 29 Aug 2011 21:28:22 +1000 Subject: 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 Signed-off-by: Dan McGee --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3-24-g4f1b