aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/transport/file/receive_pack_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/transport/file/receive_pack_test.go')
-rw-r--r--plumbing/transport/file/receive_pack_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plumbing/transport/file/receive_pack_test.go b/plumbing/transport/file/receive_pack_test.go
index 5bbad44..ab21aea 100644
--- a/plumbing/transport/file/receive_pack_test.go
+++ b/plumbing/transport/file/receive_pack_test.go
@@ -23,11 +23,11 @@ func (s *ReceivePackSuite) SetUpSuite(c *C) {
func (s *ReceivePackSuite) SetUpTest(c *C) {
fixture := fixtures.Basic().One()
- path := fixture.DotGit().Base()
+ path := fixture.DotGit().Root()
s.Endpoint = prepareRepo(c, path)
fixture = fixtures.ByTag("empty").One()
- path = fixture.DotGit().Base()
+ path = fixture.DotGit().Root()
s.EmptyEndpoint = prepareRepo(c, path)
s.NonExistentEndpoint = prepareRepo(c, "/non-existent")