mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
ioutils: Add tests
This commit is contained in:
@@ -34,6 +34,7 @@ var _ = Suite(&MySuite{})
|
||||
|
||||
func (s *MySuite) TestFree(c *C) {
|
||||
path, err := ioutil.TempDir(os.TempDir(), "minio-")
|
||||
defer os.RemoveAll(path)
|
||||
c.Assert(err, IsNil)
|
||||
|
||||
di, err := disk.GetInfo(path)
|
||||
|
||||
Reference in New Issue
Block a user