mirror of
https://github.com/minio/minio.git
synced 2025-01-13 16:03:21 -05:00
Minor modification for creating temp dir in api test
This commit is contained in:
parent
224d53b3eb
commit
1f699a094b
@ -65,7 +65,7 @@ var _ = Suite(&MySuite{
|
||||
|
||||
var _ = Suite(&MySuite{
|
||||
initDriver: func() (drivers.Driver, string) {
|
||||
root, _ := ioutil.TempDir(os.TempDir(), "minio-api-fs")
|
||||
root, _ := ioutil.TempDir(os.TempDir(), "minio-api")
|
||||
_, _, driver := file.Start(root)
|
||||
return driver, root
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user