From a1b1462fe340f8ffe25e43919babf9e260894a12 Mon Sep 17 00:00:00 2001 From: asomers Date: Tue, 9 Apr 2019 21:38:20 +0000 Subject: [PATCH] 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 --- tests/sys/fs/fusefs/read.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/fs/fusefs/read.cc b/tests/sys/fs/fusefs/read.cc index a85b2f0dd12..937c1724151 100644 --- a/tests/sys/fs/fusefs/read.cc +++ b/tests/sys/fs/fusefs/read.cc @@ -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"; -- 2.45.0