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:
Alan Somers 2019-04-09 21:38:20 +00:00
parent 44f10c6e40
commit df66475a5a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/fuse2/; revision=346068

View File

@ -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";