mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 08:13:28 +03:00
tests: Add missing unit test for posix.ReadFile. (#2319)
This commit is contained in:
@@ -83,8 +83,10 @@ func shutdownFS(storage StorageAPI) {
|
||||
os.Exit(1)
|
||||
}
|
||||
if err = storage.DeleteVol(minioMetaBucket); err != nil {
|
||||
errorIf(err, "Unable to delete minio meta bucket", minioMetaBucket)
|
||||
os.Exit(1)
|
||||
if err != errVolumeNotEmpty {
|
||||
errorIf(err, "Unable to delete minio meta bucket %s", minioMetaBucket)
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
// Successful exit.
|
||||
os.Exit(0)
|
||||
|
||||
Reference in New Issue
Block a user