diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2025-08-31 10:12:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-31 10:12:48 -0700 |
| commit | ee4a71d4c6ee1a924f2e8284d0c3debbaf6b17d2 (patch) | |
| tree | b8b1275c64a1d970ce4f5d713477528a70fe5f30 | |
| parent | e32dc7403fcc12935f494b9691feb68ff90c8cf6 (diff) | |
| download | seaweedfs-ee4a71d4c6ee1a924f2e8284d0c3debbaf6b17d2.tar.xz seaweedfs-ee4a71d4c6ee1a924f2e8284d0c3debbaf6b17d2.zip | |
Update test/fuse_integration/posix_extended_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| -rw-r--r-- | test/fuse_integration/posix_extended_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuse_integration/posix_extended_test.go b/test/fuse_integration/posix_extended_test.go index eb1ddc0c0..341c11ee8 100644 --- a/test/fuse_integration/posix_extended_test.go +++ b/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) |
