1
0
mirror of https://github.com/minio/mc.git synced 2025-11-13 12:22:45 +03:00

Changes to test framework, remove references to 'Cmd'wq

This commit is contained in:
Harshavardhana
2015-09-15 21:19:04 -07:00
parent 265d532237
commit b7e6a4358b
14 changed files with 89 additions and 77 deletions

View File

@@ -26,7 +26,7 @@ import (
. "gopkg.in/check.v1"
)
func (s *CmdTestSuite) TestCommonMethods(c *C) {
func (s *TestSuite) TestCommonMethods(c *C) {
/// filesystem
root, err := ioutil.TempDir(os.TempDir(), "cmd-")
c.Assert(err, IsNil)