$OpenBSD: patch-pelican_tests_test_pelican_py,v 1.2 2017/02/19 23:28:43 danj Exp $
--- pelican/tests/test_pelican.py.orig	Tue Jan 10 16:34:09 2017
+++ pelican/tests/test_pelican.py	Sun Jan 29 12:03:14 2017
@@ -59,7 +59,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,
