(c *C)
| 3272 | } |
| 3273 | |
| 3274 | func (s *RepositorySuite) TestRepackObjectsWithNoDelete(c *C) { |
| 3275 | if testing.Short() { |
| 3276 | c.Skip("skipping test in short mode.") |
| 3277 | } |
| 3278 | |
| 3279 | s.testRepackObjects(c, time.Unix(0, 1), 3) |
| 3280 | } |
| 3281 | |
| 3282 | func ExecuteOnPath(c *C, path string, cmds ...string) error { |
| 3283 | for _, cmd := range cmds { |
nothing calls this directly
no test coverage detected