projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b0d363
)
Fix writeback capability check.
author
Nikolaus Rath
<Nikolaus@rath.org>
Fri, 25 Aug 2017 07:49:23 +0000
(09:49 +0200)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Fri, 25 Aug 2017 07:49:23 +0000
(09:49 +0200)
test/test_ctests.py
patch
|
blob
|
history
diff --git
a/test/test_ctests.py
b/test/test_ctests.py
index fa21090348560031f834ce12629877ea2e7ac041..fff24272753e2893111a8fe992a11569c2276e63 100644
(file)
--- 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):