Skip to content

Commit cbfdf44

Browse files
Merge pull request #677 from libgit2/arthur/upgrade-libgit2
Upgrade libgit2
2 parents d1b2c37 + b71528c commit cbfdf44

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

test/remote_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,15 @@ def test_push_to_non_bare_raise_error
150150
@remote.push(["refs/heads/master"])
151151
end
152152

153-
assert_equal "Local push doesn't (yet) support pushing to non-bare repos.", exception.message
153+
assert_equal "local push doesn't (yet) support pushing to non-bare repos.", exception.message
154154
end
155155

156156
def test_push_non_forward_raise_error
157157
exception = assert_raises Rugged::ReferenceError do
158158
@remote.push(["refs/heads/unit_test:refs/heads/master"])
159159
end
160160

161-
assert_equal "Cannot push non-fastforwardable reference", exception.message
161+
assert_equal "cannot push non-fastforwardable reference", exception.message
162162
assert_equal "a65fedf39aefe402d3bb6e24df4d4f5fe4547750", @remote_repo.ref("refs/heads/master").target_id
163163
end
164164

test/repo_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,15 +675,15 @@ def test_push_to_non_bare_raise_error
675675
@repo.push("origin", ["refs/heads/master"])
676676
end
677677

678-
assert_equal "Local push doesn't (yet) support pushing to non-bare repos.", exception.message
678+
assert_equal "local push doesn't (yet) support pushing to non-bare repos.", exception.message
679679
end
680680

681681
def test_push_non_forward_raise_error
682682
exception = assert_raises Rugged::ReferenceError do
683683
@repo.push("origin", ["refs/heads/unit_test:refs/heads/master"])
684684
end
685685

686-
assert_equal "Cannot push non-fastforwardable reference", exception.message
686+
assert_equal "cannot push non-fastforwardable reference", exception.message
687687
assert_equal "a65fedf39aefe402d3bb6e24df4d4f5fe4547750", @remote_repo.ref("refs/heads/master").target_id
688688
end
689689

vendor/libgit2

Submodule libgit2 updated 117 files

0 commit comments

Comments
 (0)