]> git.proxmox.com Git - libgit2.git/commit
tests: don't push to our resources
authorCarlos Martín Nieto <cmn@dwim.me>
Thu, 7 May 2015 14:12:36 +0000 (16:12 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Wed, 13 May 2015 08:56:37 +0000 (10:56 +0200)
commit0bc3d56dde896483a65855adbeac016cf792f532
treeed3cd41362ae9138b801a0dba74693e88bf19656
parent4a5b781a48a5c4371b6b634d1161390c2d593812
tests: don't push to our resources

A couple of tests use the wrong remote to push to. We did not notice up
to now because the local push would copy individual objects, and those
already existed, so it became a no-op.

Once we made local push create the packfile, it became noticeable that
there was a new packfile where it didn't belong.
tests/network/remote/local.c