Allows wrapped filesystems to return dirent.ino except in windows (#1558)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
@@ -689,7 +689,7 @@ func TestDirFS_OpenFile(t *testing.T) {
|
||||
|
||||
testFS := NewDirFS(tmpDir)
|
||||
|
||||
testOpen_Read(t, testFS, true)
|
||||
testOpen_Read(t, testFS, statSetsIno(), true)
|
||||
|
||||
testOpen_O_RDWR(t, tmpDir, testFS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user