forked from mirror/afero
Fix test for Windows
This commit is contained in:
parent
57ab25aed5
commit
d443df9ff3
|
@ -477,7 +477,7 @@ func TestMemFsChmod(t *testing.T) {
|
|||
t.Parallel()
|
||||
|
||||
fs := NewMemMapFs()
|
||||
const file = "/hello"
|
||||
const file = "hello"
|
||||
if err := fs.Mkdir(file, 0700); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue