Skip to content

Commit e9852c2

Browse files
committed
remote: unfix fetch-infos paring of 8a2f7dc(pydev fixes)
+ Mark another TC failing when not in master.
1 parent 7ec9c4f commit e9852c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

git/test/test_repo.py

-1
Original file line numberDiff line numberDiff line change
@@ -913,5 +913,4 @@ def test_work_tree_unsupported(self, rw_dir):
913913
rw_master.git.worktree('add', worktree_path, 'master')
914914
except Exception as ex:
915915
raise AssertionError(ex, "It's ok if TC not running from `master`.")
916-
917916
self.failUnlessRaises(InvalidGitRepositoryError, Repo, worktree_path)

0 commit comments

Comments
 (0)