aboutsummaryrefslogtreecommitdiffstats
path: root/file_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'file_test.go')
-rw-r--r--file_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/file_test.go b/file_test.go
index e49970a..e545d99 100644
--- a/file_test.go
+++ b/file_test.go
@@ -17,6 +17,8 @@ var _ = Suite(&SuiteFile{})
// create the repositories of the fixtures
func (s *SuiteFile) SetUpSuite(c *C) {
+ s.BaseSuite.SetUpSuite(c)
+
fileFixtures := []packedFixture{
{"https://github.com/tyba/git-fixture.git", "formats/packfile/fixtures/git-fixture.ofs-delta"},
{"https://github.com/cpcs499/Final_Pres_P", "formats/packfile/fixtures/Final_Pres_P.ofs-delta"},