fusefs: skip the Read.keep_cache test when cache is disabled
This should've been part of r345892 PR: 236560 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
44f10c6e40
commit
df66475a5a
@ -391,7 +391,7 @@ TEST_F(Read, eio)
|
||||
* With the keep_cache option, the kernel may keep its read cache across
|
||||
* multiple open(2)s.
|
||||
*/
|
||||
TEST_F(Read, keep_cache)
|
||||
TEST_F(ReadCacheable, keep_cache)
|
||||
{
|
||||
const char FULLPATH[] = "mountpoint/some_file.txt";
|
||||
const char RELPATH[] = "some_file.txt";
|
||||
|
Loading…
x
Reference in New Issue
Block a user