From 48d0e99af3c778d02f6b990cb70a2d25df253a1a Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 25 Aug 2017 09:49:23 +0200 Subject: Fix writeback capability check. --- test/test_ctests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_ctests.py') diff --git a/test/test_ctests.py b/test/test_ctests.py index fa21090..fff2427 100644 --- a/test/test_ctests.py +++ b/test/test_ctests.py @@ -18,7 +18,7 @@ import os.path pytestmark = fuse_test_marker() -@pytest.mark.skipif('FUSE_CAP_WRITEBACK' not in fuse_caps, +@pytest.mark.skipif('FUSE_CAP_WRITEBACK_CACHE' not in fuse_caps, reason='not supported by running kernel') @pytest.mark.parametrize("writeback", (False, True)) def test_write_cache(tmpdir, writeback): -- cgit v1.2.3