PY3: In a pure PY3 build filter-subunit was getting called without 'python'
authorNoel Power <noel.power@suse.com>
Sat, 4 Aug 2018 14:38:40 +0000 (15:38 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 23 Oct 2018 03:50:24 +0000 (05:50 +0200)
commite53821793074691e92d71e49023dd4b61efd5f1c
tree8b1e868f94df5f825a1cda092adcc806f767c3e8
parentdcf787b26354d133a26dcad74cc62fe62b59a87d
PY3: In a pure PY3 build filter-subunit was getting called without 'python'

tests were getting called with "| ${src}/selftest/filter-subunit" which
resulted in filter-subunit getting execve'd without a calling python. This
resulted in /usr/bin/python (default python) getting called and subsequent
imports failing.
selftest/selftesthelpers.py