(c *C)
| 768 | } |
| 769 | |
| 770 | func (s *RepositorySuite) TestPlainOpenBareAbsoluteGitDirFile(c *C) { |
| 771 | s.testPlainOpenGitFile(c, func(dir, altDir string) string { |
| 772 | return fmt.Sprintf("gitdir: %s\n", dir) |
| 773 | }) |
| 774 | } |
| 775 | |
| 776 | func (s *RepositorySuite) TestPlainOpenBareAbsoluteGitDirFileNoEOL(c *C) { |
| 777 | s.testPlainOpenGitFile(c, func(dir, altDir string) string { |
nothing calls this directly
no test coverage detected