mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
Implement XL layer - preliminary work.
This commit is contained in:
@@ -54,7 +54,7 @@ func (s *MySuite) TestSafe(c *C) {
|
||||
c.Assert(err, IsNil)
|
||||
}
|
||||
|
||||
func (s *MySuite) TestSafePurge(c *C) {
|
||||
func (s *MySuite) TestSafeRemove(c *C) {
|
||||
f, err := CreateFile(filepath.Join(s.root, "purgefile"))
|
||||
c.Assert(err, IsNil)
|
||||
_, err = os.Stat(filepath.Join(s.root, "purgefile"))
|
||||
|
||||
Reference in New Issue
Block a user