#1146051 b4: fix vim plugin test when build with pybuild

Package:
b4
Source:
b4
Submitter:
Hector Oron Martinez
Date:
2026-08-29 11:59:02 UTC
Severity:
normal
#1146051#5
Date:
2026-08-29 11:56:42 UTC
From:
To:
Debian uses pybuid which relocates misc scripts folder and the upstream
patch changes and it fails to be searched. This change makes vim and emacs
plugins searcheable in pybuild path.
--- a/src/tests/test_editor_plugins.py
+++ b/src/tests/test_editor_plugins.py
@@ -44,7 +44,18 @@ from b4.review._review import (
 # Locations of the plugin files under test.
 # --------------------------------------------------------------------------