Update test/fuse_integration/posix_extended_test.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Chris Lu
2025-08-31 10:12:48 -07:00
committed by GitHub
co-authored by Copilot
parent e32dc7403f
commit ee4a71d4c6
+1 -1
View File
@@ -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)