Skip to content

Commit

Permalink
Fix test for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnStarich committed Jul 12, 2020
1 parent 57ab25a commit d443df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memmap_test.go
Expand Up @@ -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)
}
Expand Down

0 comments on commit d443df9

Please sign in to comment.