Allows wrapped filesystems to return dirent.ino except in windows (#1558)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Crypt Keeper
2023-07-05 17:41:35 +08:00
committed by GitHub
parent 7498ad335f
commit d7193952e1
12 changed files with 182 additions and 85 deletions

View File

@@ -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)