File python-subunit-filter-path.patch of Package python-python-subunit
diff -ruN a/python/subunit/tests/test_subunit_filter.py b/python/subunit/tests/test_subunit_filter.py
--- a/python/subunit/tests/test_subunit_filter.py 2013-06-16 11:58:35.000000000 +0200
+++ b/python/subunit/tests/test_subunit_filter.py 2014-01-30 13:30:26.069310330 +0100
@@ -290,7 +290,7 @@
def run_command(self, args, stream):
root = os.path.dirname(
os.path.dirname(os.path.dirname(os.path.dirname(__file__))))
- script_path = os.path.join(root, 'filters', 'subunit-filter')
+ script_path = os.path.join('/', 'usr', 'bin', 'subunit-filter')
command = [sys.executable, script_path] + list(args)
ps = subprocess.Popen(
command, stdin=subprocess.PIPE, stdout=subprocess.PIPE,