Browse Source

Update test/fuse_integration/posix_extended_test.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
improve-fuse-mount2
Chris Lu 2 months ago
committed by GitHub
parent
commit
ee4a71d4c6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      test/fuse_integration/posix_extended_test.go

2
test/fuse_integration/posix_extended_test.go

@ -40,7 +40,7 @@ func TestPOSIXExtended(t *testing.T) {
t.Run("ExtendedAttributes", suite.TestExtendedAttributes)
t.Run("FileLocking", suite.TestFileLocking)
t.Run("AdvancedIO", suite.TestAdvancedIO)
t.Run("SparseFIles", suite.TestSparseFiles)
t.Run("SparseFiles", suite.TestSparseFiles)
t.Run("LargeFiles", suite.TestLargeFiles)
t.Run("MMap", suite.TestMemoryMapping)
t.Run("DirectIO", suite.TestDirectIO)

Loading…
Cancel
Save