index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2013-01-20 10:32:11 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-01-28 23:30:40 +1000 |
commit | ad280e1b56b6c6632b2fae5288f6441c343d0185 (patch) | |
tree | bffdd98fb20dc1a1b16f234f0edd00309aed58b6 /Makefile.am | |
parent | b27886ab5967c30e2e80d46e47968c9f4a95e760 (diff) |
-rw-r--r-- | Makefile.am | 1 |
diff --git a/Makefile.am b/Makefile.am index cd69b6e7..b05feb68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,6 @@ 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 \ --test $(top_srcdir)/test/pacman/tests/*.py \ - --scriptlet-shell $(SCRIPTLET_SHELL) \ -p $(top_builddir)/src/pacman/pacman test-pacsort: test/util src/util |