aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/transport/file/server_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/transport/file/server_test.go')
-rw-r--r--plumbing/transport/file/server_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plumbing/transport/file/server_test.go b/plumbing/transport/file/server_test.go
index 176d6ee..ee72282 100644
--- a/plumbing/transport/file/server_test.go
+++ b/plumbing/transport/file/server_test.go
@@ -24,10 +24,10 @@ func (s *ServerSuite) SetUpSuite(c *C) {
s.RemoteName = "test"
fixture := fixtures.Basic().One()
- s.SrcPath = fixture.DotGit().Base()
+ s.SrcPath = fixture.DotGit().Root()
fixture = fixtures.ByTag("empty").One()
- s.DstPath = fixture.DotGit().Base()
+ s.DstPath = fixture.DotGit().Root()
cmd := exec.Command("git", "remote", "add", s.RemoteName, s.DstPath)
cmd.Dir = s.SrcPath