fix test on windows

This commit is contained in:
risk danger olson 2016-02-05 15:33:59 -07:00
parent 7de03971de
commit 6684825eb9

@ -278,5 +278,5 @@ func TestGitAndRootDirs(t *testing.T) {
t.Fatal(err) t.Fatal(err)
} }
assert.Equal(t, git, root+"/.git") assert.Equal(t, git, filepath.Join(root, ".git"))
} }