diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2019-06-25 18:36:11 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2019-06-25 18:36:11 +0000 |
| commit | 0d3a88d76c49328ce9007ad5cef5b9af399b2c49 (patch) | |
| tree | a68b74c2e7227ba721aec21134a2e755073430f1 /tests | |
| parent | b9e20197551d547fc3ebcb747a568d50ca98c47d (diff) | |
Notes
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/sys/fs/fusefs/write.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sys/fs/fusefs/write.cc b/tests/sys/fs/fusefs/write.cc index df6ef36366f2a..86a6831102f23 100644 --- a/tests/sys/fs/fusefs/write.cc +++ b/tests/sys/fs/fusefs/write.cc @@ -1041,8 +1041,8 @@ TEST_F(WriteThrough, writethrough) /* Deliberately leak fd. close(2) will be tested in release.cc */ } -/* With writethrough caching, writes update the cached file size */ -TEST_F(WriteThrough, update_file_size) +/* Writes that extend a file should update the cached file size */ +TEST_F(Write, update_file_size) { const char FULLPATH[] = "mountpoint/some_file.txt"; const char RELPATH[] = "some_file.txt"; |
