index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2015-02-09 01:58:02 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-02-12 13:22:24 +1000 |
commit | c3161925c29ef3dcfbb66648a91ecc50c7a0492d (patch) | |
tree | 8626fb4d156d610d29a38b32dace19cad288b732 /Makefile.am | |
parent | 10fc538c70bf84f64881403f964ff4d6651268b3 (diff) |
-rw-r--r-- | Makefile.am | 4 |
diff --git a/Makefile.am b/Makefile.am index e9b3dfa1..4f807f9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,8 +23,8 @@ dist_pkgdata_DATA = \ proto/PKGBUILD-vcs.proto \ proto/proto.install -$(top_srcdir)/test/pacman/tests/TESTS: $(wildcard test/pacman/tests/*.py*) - @printf "TESTS += %s\n" $^ | sed -e "s/\.py\.in/.py/" | LC_ALL=C sort -u > "$@" +$(top_srcdir)/test/pacman/tests/TESTS: $(wildcard test/pacman/tests/*.py) + @printf "TESTS += %s\n" $^ | LC_ALL=C sort -u > "$@" TESTS = test/scripts/parseopts_test.sh \ test/scripts/human_to_size_test.sh \ |