mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
Fix fs tests to avoid deleting /usr to certain systems.
This commit is contained in:
parent
c194b9f5f1
commit
09b450d610
@ -18,7 +18,6 @@ package cmd
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"runtime"
|
||||
"testing"
|
||||
)
|
||||
|
||||
@ -396,10 +395,4 @@ func TestFSRemoves(t *testing.T) {
|
||||
if err = fsRemoveAll("my-obj-del-0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001"); err != errFileNameTooLong {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
if runtime.GOOS != "windows" {
|
||||
if err = fsRemoveAll("/usr"); err != errVolumeAccessDenied {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user