Fix docker support

This commit is contained in:
Frederick F. Kautz IV
2015-05-01 15:23:33 -07:00
parent 1f3dd2374c
commit 7cf86e6114
3 changed files with 9 additions and 6 deletions

View File

@@ -29,6 +29,7 @@ import (
"time"
. "github.com/minio-io/check"
"log"
)
func Test(t *testing.T) { TestingT(t) }
@@ -172,6 +173,7 @@ func (s *MySuite) TestNewObjectMetadata(c *C) {
c.Assert(err, IsNil)
defer os.RemoveAll(root)
donut, err := NewDonut("test", createTestNodeDiskMap(root))
log.Println(err)
c.Assert(err, IsNil)
metadata := make(map[string]string)