One: get VPATH builds working again. Two: use $(PYTHON) instead of #!/usr/bin/python2 to run tests. Jeremy Heiner (2): GNU make $(wildcard) assumes $(builddir) for relative paths. Use the 'configure'd PYTHON to run pactest. Makefile.am | 7 ++++--- test/pacman/README | 4 ++-- test/pacman/pactest.py | 2 +- test/pacman/pmdb.py | 1 - test/pacman/pmenv.py | 1 - test/pacman/pmfile.py | 1 - test/pacman/pmpkg.py | 1 - test/pacman/pmrule.py | 1 - test/pacman/pmtest.py | 1 - test/pacman/tests/Makefile.am | 4 ++-- test/pacman/tests/sync200.py.in | 1 + test/pacman/util.py | 1 - 12 files changed, 10 insertions(+), 15 deletions(-) mode change 100755 => 100644 test/pacman/pactest.py -- 1.8.5.2