$OpenBSD: patch-pelican_tests_test_pelican_py,v 1.3 2018/11/25 19:57:14 danj Exp $
Index: pelican/tests/test_pelican.py
--- pelican/tests/test_pelican.py.orig
+++ pelican/tests/test_pelican.py
@@ -62,7 +62,7 @@ class TestPelican(LoggedTestCase):
 
     def assertDirsEqual(self, left_path, right_path):
         out, err = subprocess.Popen(
-            ['git', 'diff', '--no-ext-diff', '--exit-code',
+            ['${LOCALBASE}/bin/git', 'diff', '--no-ext-diff', '--exit-code',
              '-w', left_path, right_path],
             env={str('PAGER'): str('')},
             stdout=subprocess.PIPE,
