Fixed all testcases · gitpython-developers/GitPython@e86eb30 · GitHub
Skip to content

Commit e86eb30

Browse files
committed
Fixed all testcases
1 parent cb68eef commit e86eb30

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion

git/ext/gitdb

Submodule gitdb updated from 1bc281d to 9f977b8

git/test/lib/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import shutil
1313
import cStringIO
1414

15-
GIT_REPO = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
15+
GIT_REPO = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(__file__))))
1616

1717
__all__ = (
1818
'fixture_path', 'fixture', 'absolute_project_path', 'StringProcessAdapter',

git/test/test_submodule.py

Lines changed: 4 additions & 3 deletions

0 commit comments

Comments
 (0)