index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2013-05-10 14:19:05 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-05-29 14:08:02 +1000 |
commit | 296e630edd129989856b1ebfaa7e8497a90bc937 (patch) | |
tree | cb6890275ec5a446d2e649c450f458e980072bf0 /Makefile.am | |
parent | 84ac55b0529b6489da38ebfc56a988228aa4859a (diff) |
-rw-r--r-- | Makefile.am | 2 |
diff --git a/Makefile.am b/Makefile.am index 7b53fd0e..28f7f8f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ dist_pkgdata_DATA = \ check-local: test-pacman test-pacsort test-vercmp test-parseopts test-pacman: test/pacman src/pacman - LC_ALL=C $(PYTHON) $(top_srcdir)/test/pacman/pactest.py --debug=1 \ + $(PYTHON) $(top_srcdir)/test/pacman/pactest.py --debug=1 \ --test $(top_srcdir)/test/pacman/tests/*.py \ --scriptlet-shell $(SCRIPTLET_SHELL) \ --ldconfig $(LDCONFIG) \ |