mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03: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