mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
add codespell action (#18818)
Original work here, #18474, refixed and updated.
This commit is contained in:
@@ -34,7 +34,7 @@ func TestCrossDeviceMountPaths(t *testing.T) {
|
||||
successCase := `/dev/0 /path/to/0/1 type0 flags 0 0
|
||||
/dev/1 /path/to/1 type1 flags 1 1
|
||||
/dev/2 /path/to/1/2 type2 flags,1,2=3 2 2
|
||||
/dev/3 /path/to/1.1 type3 falgs,1,2=3 3 3
|
||||
/dev/3 /path/to/1.1 type3 flags,1,2=3 3 3
|
||||
`
|
||||
var err error
|
||||
dir := t.TempDir()
|
||||
@@ -83,7 +83,7 @@ func TestCrossDeviceMount(t *testing.T) {
|
||||
successCase := `/dev/0 /path/to/0/1 type0 flags 0 0
|
||||
/dev/1 /path/to/1 type1 flags 1 1
|
||||
/dev/2 /path/to/1/2 type2 flags,1,2=3 2 2
|
||||
/dev/3 /path/to/1.1 type3 falgs,1,2=3 3 3
|
||||
/dev/3 /path/to/1.1 type3 flags,1,2=3 3 3
|
||||
`
|
||||
var err error
|
||||
dir := t.TempDir()
|
||||
|
||||
Reference in New Issue
Block a user