diff options
Diffstat (limited to 'test/fuse_integration/posix_extended_test.go')
| -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) |
